1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Merge pull request #16706 from tomkadwill/documented_include_record_param

[ci skip] Updated include to reference record parameter for rdoc
This commit is contained in:
Zachary Scott 2014-08-26 14:05:30 -07:00
commit 7645713501

View file

@ -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