Module: ActiveGroonga::Callbacks
- Extended by:
- ActiveSupport::Concern
- Included in:
- Base
- Defined in:
- lib/active_groonga/callbacks.rb
Instance Method Summary (collapse)
-
- (Object) destroy
:nodoc:.
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 |