From 92365291b218c2a3c691262ac8c2fc4fb32cecbb Mon Sep 17 00:00:00 2001
From: Michael Koziarski <michael@koziarski.com>
Date: Tue, 31 Oct 2006 01:29:34 +0000
Subject: Revert environment changes for autoload_paths

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5376 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
---
 railties/environments/environment.rb | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

(limited to 'railties/environments')

diff --git a/railties/environments/environment.rb b/railties/environments/environment.rb
index 71cb1667f4..f6301dab95 100644
--- a/railties/environments/environment.rb
+++ b/railties/environments/environment.rb
@@ -19,13 +19,9 @@ Rails::Initializer.run do |config|
   # Only load the plugins named here, by default all plugins in vendor/plugins are loaded
   # config.plugins = %W( exception_notification ssl_requirement )
 
-  # Add additional load paths (these are searched when explicitly require something)
+  # Add additional load paths for your own custom dirs
   # config.load_paths += %W( #{RAILS_ROOT}/extras )
 
-  # Add additional autoloading load paths
-  # (these paths will be subject to auto-loading of constants)
-  # config.autoload_paths += Dir["#{RAILS_ROOT}/models/*/"]
-
   # Force all environments to use the same logger level 
   # (by default production uses :info, the others :debug)
   # config.log_level = :debug
-- 
cgit v1.2.3