search for: after_ad

Displaying 1 result from an estimated 1 matches for "after_ad".

Did you mean: after_add
2006 Apr 30
1
Callbacks on has_many relation
Hello, Is there a way to implement a callback for somehting like before_add and after_ad on a statement like this with a has_many relation? x.children << Item.create(:title=>"test") I want that x has a callback that is called when the item is added. I found something in C:\ruby\lib\ruby\gems\1.8\gems\activerecord-1.14.0\lib\active_record\associations\association_...