Navigation Menu

Skip to content

Commit

Permalink
Merge branch '2.13.3_dev' into 2.13.4_dev
Browse files Browse the repository at this point in the history
  • Loading branch information
jaggederest committed Oct 28, 2010
2 parents d272507 + 673ce72 commit b6f602e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/new_relic/control/frameworks/rails3.rb
Expand Up @@ -50,7 +50,7 @@ def append_environment_info
local_env.append_gem_list do
bundler_gem_list
end
local_env.append_plugin_list { ::Rails.configuration.plugins }
local_env.append_plugin_list { ::Rails.configuration.plugins.to_a }
end

end

0 comments on commit b6f602e

Please sign in to comment.