method
new
v4.0.2 -
Show latest stable
- Class:
ActiveSupport::Callbacks::CallbackChain
new(name, config)public
No documentation available.
# File activesupport/lib/active_support/callbacks.rb, line 315
def initialize(name, config)
@name = name
@config = {
:terminator => "false",
:scope => [ :kind ]
}.merge!(config)
end