method
instrument
v6.1.7.7 -
Show latest stable
- Class:
ActionView::Template
instrument(action, &block)public
No documentation available.
# File actionview/lib/action_view/template.rb, line 340
def instrument(action, &block) # :doc:
ActiveSupport::Notifications.instrument("#{action}.action_view", instrument_payload, &block)
end