method
expand_call_template
v5.2.3 -
Show latest stable
- Class:
ActiveSupport::Callbacks::Callback::CallbackSequence
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