From e2e8fad260caac458191522e354915a9f184fe0a Mon Sep 17 00:00:00 2001 From: Yves Senn Date: Tue, 29 Apr 2014 10:12:10 -0500 Subject: cleanup, remove trailing whitespace. [ci skip] --- activerecord/lib/active_record/associations.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/activerecord/lib/active_record/associations.rb b/activerecord/lib/active_record/associations.rb index b16983026e..265bad7bc2 100644 --- a/activerecord/lib/active_record/associations.rb +++ b/activerecord/lib/active_record/associations.rb @@ -776,7 +776,7 @@ module ActiveRecord # # If you want to load all posts (including posts with no approved comments) then write # your own LEFT OUTER JOIN query using ON - # + # # Post.joins('LEFT OUTER JOIN comments ON comments.post_id = posts.id AND comments.approved = true') # # You must disambiguate column references for this fallback to happen, for example -- cgit v1.2.3