aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/associations/preloader/singular_association.rb
Commit message (Collapse)AuthorAgeFilesLines
* remove the nil check from set_inverse_instanceAaron Patterson2013-12-121-1/+1
| | | | | methods that call set_inverse_instance with a record will not have to pay the cost of a nil check on every call
* pass the preloader down so we only have to construct oneAaron Patterson2013-09-231-2/+2
|
* Rewrote AssociationPreload.Jon Leighton2011-02-281-0/+21