method
new
v5.0.0.1 -
Show latest stable
- Class:
ActiveSupport::Callbacks::CallbackSequence
new(&call)public
No documentation available.
# File activesupport/lib/active_support/callbacks.rb, line 429
def initialize(&call)
@call = call
@before = []
@after = []
end