aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/associations/builder/singular_association.rb
Commit message (Collapse)AuthorAgeFilesLines
* Bring back obj.association_loaded? as a deprecated method. Fixes #472.Jon Leighton2011-05-111-0/+13
|
* Use proper objects to do the work to build the associations (adding methods, ↵Jon Leighton2011-02-211-0/+32
callbacks etc) rather than calling a whole bunch of methods with rather long names.