method
instrument_render_template
v7.1.3.2 -
Show latest stable
- Class:
ActionView::Template
instrument_render_template(&block)public
No documentation available.
# File actionview/lib/action_view/template.rb, line 548
def instrument_render_template(&block)
ActiveSupport::Notifications.instrument("!render_template.action_view", instrument_payload, &block)
end