From c03c991c51000f233a9fd4372033a07da0f37338 Mon Sep 17 00:00:00 2001 From: Tom Kadwill Date: Tue, 26 Aug 2014 22:03:32 +0100 Subject: [ci skip] Updated include to reference record parameter for rdoc --- activerecord/lib/active_record/associations/collection_proxy.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activerecord/lib') 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 -- cgit v1.2.3