Skip to content

Commit

Permalink
RUBY-957 send Rails version string not NewRelic::Version object
Browse files Browse the repository at this point in the history
  • Loading branch information
gnarg committed Dec 4, 2012
1 parent 9ee633a commit 48916ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/new_relic/control/frameworks/rails3.rb
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def version

# Collect the Rails::Info into an associative array as well as the list of plugins
def append_environment_info
local_env.append_environment_value('Rails version'){ version }
local_env.append_environment_value('Rails version'){ ::Rails::VERSION::STRING }
local_env.append_environment_value('Rails threadsafe') do
true == ::Rails.configuration.action_controller.allow_concurrency
end
Expand Down

0 comments on commit 48916ed

Please sign in to comment.