提交 a9402862 编写于 作者: Y yuuji.yaginuma

minor formatting changes [ci skip]

* add newline for display the fenced code block
* add "#" in the comments section
上级 e76c38ef
* Added `ActiveRecord::Relation#left_outer_joins`.
Example:
User.left_outer_joins(:posts)
=> SELECT "users".* FROM "users" LEFT OUTER JOIN "posts" ON
"posts"."user_id" = "users"."id"
# => SELECT "users".* FROM "users" LEFT OUTER JOIN "posts" ON
"posts"."user_id" = "users"."id"
*Florian Thomas*
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册