Skip to content

Commit

Permalink
Fixed problem serializing rails_env [#203 status:resolved]
Browse files Browse the repository at this point in the history
  • Loading branch information
Bill Kayser committed Jun 18, 2009
1 parent 0c30db3 commit c891a05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/new_relic/control/rails.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
class NewRelic::Control::Rails < NewRelic::Control

def env
@env ||= RAILS_ENV
@env ||= RAILS_ENV.dup
end
def root
RAILS_ROOT
Expand Down

0 comments on commit c891a05

Please sign in to comment.