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