Re: [Rails-core] Triggering of destroy callbacks

2006-02-20 Thread Norman Timmler
Am Montag, den 20.02.2006, 13:28 +0100 schrieb Norman Timmler: > i stumbled across that destroy callbacks like before_destroy are not > triggert when calling the instance method destroy on an object. If you > call the class method, callbacks work as expected. > > This is quite different from, for

[Rails-core] Triggering of destroy callbacks

2006-02-20 Thread Norman Timmler
Hi, i stumbled across that destroy callbacks like before_destroy are not triggert when calling the instance method destroy on an object. If you call the class method, callbacks work as expected. This is quite different from, for example, the save callbacks are triggered. Is there a reason for thi