method
instrument_render_template
rails 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