Module: NewRelic::Agent::Instrumentation::ControllerInstrumentation::Shim

Defined in:
lib/new_relic/agent/instrumentation/controller_instrumentation.rb

Overview

:nodoc:

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.included(clazz) ⇒ Object



40
41
42
# File 'lib/new_relic/agent/instrumentation/controller_instrumentation.rb', line 40

def self.included(clazz)
  clazz.extend(ClassMethodsShim)
end

Instance Method Details

#perform_action_with_newrelic_trace(*args) ⇒ Object



44
# File 'lib/new_relic/agent/instrumentation/controller_instrumentation.rb', line 44

def perform_action_with_newrelic_trace(*args); yield; end