Module: NewRelic::Agent::Instrumentation::Rails3::ActionView

Defined in:
lib/new_relic/agent/instrumentation/rails3/action_controller.rb

Defined Under Namespace

Modules: PartialRenderer

Instance Method Summary collapse

Instance Method Details

#_render_template(template, layout = nil, options = {}) ⇒ Object

:nodoc:



41
42
43
44
45
# File 'lib/new_relic/agent/instrumentation/rails3/action_controller.rb', line 41

def _render_template(template, layout = nil, options = {}) #:nodoc:
  NewRelic::Agent.trace_execution_scoped "View/#{template.virtual_path}/Rendering" do
    super
  end
end