aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/associations/singular_association.rb
Commit message (Expand)AuthorAgeFilesLines
* Let's be less blasé about method visibility on association proxiesJon Leighton2011-01-301-0/+1
* We shouldn't be using scoped.scoping { ... } to build associated records, as ...Jon Leighton2011-01-301-6/+9
* find_target can also go into SingularAssociationJon Leighton2011-01-161-0/+4
* Abstract a bit more into SingularAssociationJon Leighton2011-01-161-0/+6
* Abstract common code from BelongsToAssociation and HasOneAssociation into Sin...Jon Leighton2011-01-161-0/+31