1
0
Fork 0
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:
Yves Senn 2014-05-06 13:56:37 +02:00
commit e167a54785

View file

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