diff options
author | Robin Houston <robin.houston@gmail.com> | 2012-04-27 10:18:48 +0100 |
---|---|---|
committer | Robin Houston <robin.houston@gmail.com> | 2012-04-27 10:18:48 +0100 |
commit | a7d0d25b323d9ca7f31405482f9462570e0cbeaf (patch) | |
tree | 644b8f34e0ca59ae0262c1a936ab65b737b0fcc4 /config/environment.rb | |
parent | 3a18daf0b880ad9f7ee3591c3c777edfd5688b34 (diff) | |
parent | 6df23e10dfbf3351d3953f99062d46253b5ec94a (diff) |
Merge branch 'develop' of github.com:sebbacon/alaveteli into develop
Diffstat (limited to 'config/environment.rb')
-rw-r--r-- | config/environment.rb | 2 |
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) |