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
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