Module: Superstore::Callbacks
Instance Method Summary collapse
-
#destroy ⇒ Object
:nodoc:.
Instance Method Details
#destroy ⇒ Object
:nodoc:
12 13 14 |
# File 'lib/superstore/callbacks.rb', line 12 def destroy #:nodoc: run_callbacks(:destroy) { super } end |