Module: AirctiveRecord::Callbacks

Extended by:
ActiveSupport::Concern
Included in:
Base
Defined in:
lib/airctiverecord/callbacks.rb

Instance Method Summary collapse

Instance Method Details

#destroyObject



14
15
16
17
18
# File 'lib/airctiverecord/callbacks.rb', line 14

def destroy
  run_callbacks :destroy do
    super
  end
end