aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/associations/has_one_through_association.rb
Commit message (Expand)AuthorAgeFilesLines
* HasOneThroughAssociation still shouldn't derive from HasManyThroughAssociation.Adam Milligan2009-06-121-10/+12
* has_one :through should not create a new association when assigned nil [#698 ...Daniel Guettler2009-05-171-8/+8
* fix assignment to has_one :through associations.Matt Jones2008-11-151-4/+3
* Fix two has_one :through errorspivotal2008-08-271-0/+4
* Remove duplicate code from associations. [Pratik]Pratik Naik2008-04-061-1/+1
* Add has_one :through support, finally. Closes #4756 [thechrisoshow]Rick Olson2008-03-211-0/+28