Method: NewRelic::Agent::DatabaseAdapter.value
- Defined in:
- lib/new_relic/agent/database_adapter.rb
permalink .value ⇒ Object
[View source]
14 15 16 17 18 |
# File 'lib/new_relic/agent/database_adapter.rb', line 14 def self.value return unless defined? ActiveRecord::Base new(::NewRelic::Control.instance.env, ActiveRecord::VERSION::STRING).value end |