aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/models/eye.rb
Commit message (Collapse)AuthorAgeFilesLines
* has_one maintains the association with separate after_create/after_updateXavier Noria2010-10-221-0/+37
This way parent models can get their own after_create and after_update callbacks fired after has_one has done its job.