method
build
v4.2.1 -
Show latest stable
- Class:
ActiveSupport::Callbacks::Callback
build(chain, filter, kind, options)public
No documentation available.
# File activesupport/lib/active_support/callbacks.rb, line 354
def self.build(chain, filter, kind, options)
new chain.name, filter, kind, options, chain.config
end