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