aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/associations
diff options
context:
space:
mode:
authorTom Kadwill <tomkadwill@gmail.com>2014-08-26 22:03:32 +0100
committerTom Kadwill <tomkadwill@gmail.com>2014-08-26 22:03:32 +0100
commitc03c991c51000f233a9fd4372033a07da0f37338 (patch)
treeef9c3029b6dfe5b346466a598d45a2853f0ca868 /activerecord/lib/active_record/associations
parent73428f1fb61bc0b749cb55f9ab480f72ba81bcc0 (diff)
downloadrails-c03c991c51000f233a9fd4372033a07da0f37338.tar.gz
rails-c03c991c51000f233a9fd4372033a07da0f37338.tar.bz2
rails-c03c991c51000f233a9fd4372033a07da0f37338.zip
[ci skip] Updated include to reference record parameter for rdoc
Diffstat (limited to 'activerecord/lib/active_record/associations')
-rw-r--r--activerecord/lib/active_record/associations/collection_proxy.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/lib/active_record/associations/collection_proxy.rb b/activerecord/lib/active_record/associations/collection_proxy.rb
index afd043424d..09a5782941 100644
--- a/activerecord/lib/active_record/associations/collection_proxy.rb
+++ b/activerecord/lib/active_record/associations/collection_proxy.rb
@@ -841,7 +841,7 @@ module ActiveRecord
@association.many?(&block)
end
- # Returns +true+ if the given object is present in the collection.
+ # Returns +true+ if the given +record+ is present in the collection.
#
# class Person < ActiveRecord::Base
# has_many :pets