aboutsummaryrefslogtreecommitdiffstats
path: root/config/environment.rb
diff options
context:
space:
mode:
authorRobin Houston <robin.houston@gmail.com>2012-04-03 02:53:27 -0700
committerRobin Houston <robin.houston@gmail.com>2012-04-03 02:53:27 -0700
commita33c560ab2a3a6c1090dc0334b85c46b9f45c107 (patch)
tree50a47ab216c97667548be236b6a7f928bc535b5a /config/environment.rb
parent9ed1991310977986053ee11e3d13b487d6364d3c (diff)
parent74d74416d145a49c04f62ec9659f1a564251c1b6 (diff)
Merge pull request #464 from jpmckinney/small-fixes
Small fixes
Diffstat (limited to 'config/environment.rb')
-rw-r--r--config/environment.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/environment.rb b/config/environment.rb
index 7b6e8f5bc..e35194bc7 100644
--- a/config/environment.rb
+++ b/config/environment.rb
@@ -49,7 +49,7 @@ Rails::Initializer.run do |config|
# config.plugins = %W( exception_notification ssl_requirement )
# Add additional load paths for your own custom dirs
- # config.load_paths += %W( #{RAILS_ROOT}/extras )
+ # config.load_paths += %W( #{Rails.root}/extras )
# Force all environments to use the same logger level
# (by default production uses :info, the others :debug)