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:
commit
7645713501
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue