aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/relation/query_methods.rb
diff options
context:
space:
mode:
authorVijay Dev <vijaydev.cse@gmail.com>2013-03-05 22:51:48 +0530
committerVijay Dev <vijaydev.cse@gmail.com>2013-03-05 22:51:48 +0530
commit6ea48ebfa68947ad66a516bdb7452e0faf3f70a7 (patch)
tree419238b9e32ec58b35d424d808d507d1c7f063d7 /activerecord/lib/active_record/relation/query_methods.rb
parent588f267e71083928ee8b6375a444fb674dad8fcf (diff)
parentb9b609e00d534b7203a443205e1db7ec9a3ddba8 (diff)
downloadrails-6ea48ebfa68947ad66a516bdb7452e0faf3f70a7.tar.gz
rails-6ea48ebfa68947ad66a516bdb7452e0faf3f70a7.tar.bz2
rails-6ea48ebfa68947ad66a516bdb7452e0faf3f70a7.zip
Merge branch 'master' of github.com:lifo/docrails
Diffstat (limited to 'activerecord/lib/active_record/relation/query_methods.rb')
-rw-r--r--activerecord/lib/active_record/relation/query_methods.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/lib/active_record/relation/query_methods.rb b/activerecord/lib/active_record/relation/query_methods.rb
index e5b1be24f8..b7960936cf 100644
--- a/activerecord/lib/active_record/relation/query_methods.rb
+++ b/activerecord/lib/active_record/relation/query_methods.rb
@@ -5,7 +5,7 @@ module ActiveRecord
extend ActiveSupport::Concern
# WhereChain objects act as placeholder for queries in which #where does not have any parameter.
- # In this case, #where must be chained with either #not, #like, or #not_like to return a new relation.
+ # In this case, #where must be chained with #not to return a new relation.
class WhereChain
def initialize(scope)
@scope = scope