Module: NewRelic::Agent::Instrumentation::Rails4::ActionController

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

Class Method Summary collapse

Class Method Details

.newrelic_read_attr(attr_name) ⇒ Object

:nodoc:



15
16
17
# File 'lib/new_relic/agent/instrumentation/rails4/action_controller.rb', line 15

def self.newrelic_read_attr(attr_name) # :nodoc:
  read_inheritable_attribute(attr_name)
end

.newrelic_write_attr(attr_name, value) ⇒ Object

:nodoc:



11
12
13
# File 'lib/new_relic/agent/instrumentation/rails4/action_controller.rb', line 11

def self.newrelic_write_attr(attr_name, value) # :nodoc:
  write_inheritable_attribute(attr_name, value)
end