aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib
diff options
context:
space:
mode:
authorNeeraj Singh <neerajdotname@gmail.com>2013-03-27 14:24:27 -0400
committerNeeraj Singh <neerajdotname@gmail.com>2013-03-27 14:24:27 -0400
commit3e3e81b1fe08c46df057b2682a3049696bbfaaa4 (patch)
treeff9be5db254ef71b9dd93d12fd0f26b7464a39ee /activerecord/lib
parent30fbbb4ce37846c43ba9dc4b29102f121cb005a4 (diff)
downloadrails-3e3e81b1fe08c46df057b2682a3049696bbfaaa4.tar.gz
rails-3e3e81b1fe08c46df057b2682a3049696bbfaaa4.tar.bz2
rails-3e3e81b1fe08c46df057b2682a3049696bbfaaa4.zip
entirelyby => 'entirely by'
Diffstat (limited to 'activerecord/lib')
-rw-r--r--activerecord/lib/active_record/relation.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/lib/active_record/relation.rb b/activerecord/lib/active_record/relation.rb
index 51f6d39201..4d24654015 100644
--- a/activerecord/lib/active_record/relation.rb
+++ b/activerecord/lib/active_record/relation.rb
@@ -612,7 +612,7 @@ module ActiveRecord
"\n" \
" Post.includes(:comments).where(\"comments.title = 'foo'\").references(:comments)\n" \
"\n" \
- "If you don't rely on implicit join references you can disable the feature entirely" \
+ "If you don't rely on implicit join references you can disable the feature entirely " \
"by setting `config.active_record.disable_implicit_join_references = true`."
)
true