method

expand_call_template

expand_call_template(arg, block)
public

No documentation available.

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