Module: ActiveGroonga::Callbacks — activegroonga - Ranguba

Module: ActiveGroonga::Callbacks

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

Instance Method Summary (collapse)

Instance Method Details

- (Object) destroy

:nodoc:



28
29
30
# File 'lib/active_groonga/callbacks.rb', line 28

def destroy #:nodoc:
  run_callbacks(:destory) {super}
end