method

instrument

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