module

Avram::DeleteCallbacks

Inherits Avram::AfterCommitCallback < Avram::CallbackHelpers

Macros

after_delete(method_name, if _if = nil, unless _unless = nil)

Same as after_save but with a different name

Source
after_delete(if _if = nil, unless _unless = nil, &block)
Source
before_delete(method_name, if _if = nil, unless _unless = nil)

Same as before_save, but with a different name

Source
before_delete(if _if = nil, unless _unless = nil)
Source