From 0da7142c45605dfdf0c3200a23c06b859acf7fdf Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Thu, 6 Oct 2005 03:13:23 +0000 Subject: Dont repeat yourself git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2472 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- railties/environments/environment.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'railties') diff --git a/railties/environments/environment.rb b/railties/environments/environment.rb index 271dac72f9..66a7e74212 100644 --- a/railties/environments/environment.rb +++ b/railties/environments/environment.rb @@ -12,7 +12,7 @@ Rails::Initializer.run do |config| # config.frameworks -= [ :action_web_service, :action_mailer ] # Add additional load paths for your own custom dirs - # config.load_paths += %W( #{RAILS_ROOT}/app/services #{RAILS_ROOT}/app/services ) + # config.load_paths += %W( #{RAILS_ROOT}/app/services ) # Force all environments to use the same logger level # (by default production uses :info, the others :debug) -- cgit v1.2.3