Skip to content

Commit

Permalink
Merge pull request #14990 from fredwu/has_many_through_association_do…
Browse files Browse the repository at this point in the history
…c_grammar

Fixed grammar [ci skip]
  • Loading branch information
senny committed May 6, 2014
2 parents b13c2aa + fe126f1 commit e167a54
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -72,7 +72,7 @@ def through_association
@through_association ||= owner.association(through_reflection.name) @through_association ||= owner.association(through_reflection.name)
end 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 # through record in build_record and then subsequently call insert_record, then we
# want to use the exact same object. # want to use the exact same object.
# #
Expand Down

0 comments on commit e167a54

Please sign in to comment.