From a9402862a115daa7e75a6f61eaacf05f312d0bd6 Mon Sep 17 00:00:00 2001 From: "yuuji.yaginuma" Date: Sat, 31 Oct 2015 14:44:04 +0900 Subject: minor formatting changes [ci skip] * add newline for display the fenced code block * add "#" in the comments section --- activerecord/CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'activerecord') diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index 82d0c91c58..90cf71521a 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -1,9 +1,10 @@ * 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* -- cgit v1.2.3