提交 d54fded5 编写于 作者: P Phil Coggins

Docs: ActiveRecord::QueryMethods#joins Fixes SQL output

上级 b6081f36
......@@ -503,8 +503,7 @@ def unscope!(*args) # :nodoc:
# # SELECT "users".*
# # FROM "users"
# # INNER JOIN "posts" ON "posts"."user_id" = "users"."id"
# # INNER JOIN "comments" "comments_posts"
# # ON "comments_posts"."post_id" = "posts"."id"
# # INNER JOIN "comments" ON "comments"."post_id" = "posts"."id"
#
# You can use strings in order to customize your joins:
#
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册