Method: ManageEngine::Instrumentation::RailsFramework#env
- Defined in:
- lib/agent/server/instrument/rails.rb
#env ⇒ Object
15 16 17 18 19 20 21 |
# File 'lib/agent/server/instrument/rails.rb', line 15 def env if Rails::VERSION::MAJOR >= 3 ::Rails.env else RAILS_ENV.dup end end |