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