Please enable JavaScript.
Coggle requires JavaScript to display documents.
Callbacks (Available Callbacks (Special (after_initialize and after_find…
-
Object LifeCycle
between creation and destruction
callback function is a hook to force object doing something during its lifecycle
Creating
validation, save, create, save, commit, rollback
Updating
validation, save, update, commit, rollback
Destroying
destroy, commit, rollback
-