method
delete
v4.2.7 -
Show latest stable
- Class:
ActiveSupport::Callbacks::CallbackChain
delete(o)public
No documentation available.
# File activesupport/lib/active_support/callbacks.rb, line 536
def delete(o)
@callbacks = nil
@chain.delete(o)
end