method
instrument
v3.2.8 -
Show latest stable
- Class:
ActionView::AbstractRenderer
instrument(name, options={})protected
No documentation available.
# File actionpack/lib/action_view/renderer/abstract_renderer.rb, line 37
def instrument(name, options={})
ActiveSupport::Notifications.instrument("render_#{name}.action_view", options){ yield }
end