mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Merge pull request #36070 from imechemi/fix-minor-api-doc
Minor API doc fix [ci skip]
This commit is contained in:
commit
0920213cd5
1 changed files with 1 additions and 1 deletions
|
@ -1002,7 +1002,7 @@ module ActiveRecord
|
|||
end
|
||||
|
||||
# Adds one or more +records+ to the collection by setting their foreign keys
|
||||
# to the association's primary key. Since +<<+ flattens its argument list and
|
||||
# to the association's primary key. Since <tt><<</tt> flattens its argument list and
|
||||
# inserts each record, +push+ and +concat+ behave identically. Returns +self+
|
||||
# so several appends may be chained together.
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue