method

expand_call_template

rails latest stable - Class: ActiveSupport::Callbacks::Callback::CallbackSequence
expand_call_template(arg, block)
public

No documentation available.

# File activesupport/lib/active_support/callbacks.rb, line 593
        def expand_call_template(arg, block)
          @call_template.expand(arg.target, arg.value, block)
        end