Method: ActiveSupport::Callbacks::CallbackChain#delete

Defined in:
lib/active_support/callbacks.rb

#delete(o) ⇒ Object



595
596
597
598
599
# File 'lib/active_support/callbacks.rb', line 595

def delete(o)
  @all_callbacks = nil
  @single_callbacks.clear
  @chain.delete(o)
end