aboutsummaryrefslogtreecommitdiffstats
path: root/railties
diff options
context:
space:
mode:
Diffstat (limited to 'railties')
-rw-r--r--railties/environments/environment.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/railties/environments/environment.rb b/railties/environments/environment.rb
index dee175ce39..fe987e244f 100644
--- a/railties/environments/environment.rb
+++ b/railties/environments/environment.rb
@@ -8,6 +8,8 @@
require File.join(File.dirname(__FILE__), 'boot')
Rails::Initializer.run do |config|
+ # Settings in config/environments/* take precedence those specified here
+
# Skip frameworks you're not going to use
# config.frameworks -= [ :action_web_service, :action_mailer ]