mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Merge pull request #14990 from fredwu/has_many_through_association_doc_grammar
Fixed grammar [ci skip]
This commit is contained in:
commit
e167a54785
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ module ActiveRecord
|
|||
@through_association ||= owner.association(through_reflection.name)
|
||||
end
|
||||
|
||||
# We temporarily cache through record that has been build, because if we build a
|
||||
# We temporarily cache through record that has been built, because if we build a
|
||||
# through record in build_record and then subsequently call insert_record, then we
|
||||
# want to use the exact same object.
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue