method

instrument_render_template

instrument_render_template(&block)
public

No documentation available.

# File actionview/lib/action_view/template.rb, line 385
      def instrument_render_template(&block)
        ActiveSupport::Notifications.instrument("!render_template.action_view", instrument_payload, &block)
      end