about summary refs log tree commit homepage
path: root/bin/mongrel_rails
diff options
context:
space:
mode:
Diffstat (limited to 'bin/mongrel_rails')
-rw-r--r--bin/mongrel_rails2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/mongrel_rails b/bin/mongrel_rails
index e66d99e..d66d71a 100644
--- a/bin/mongrel_rails
+++ b/bin/mongrel_rails
@@ -75,7 +75,7 @@ class Start < GemPlugin::Plugin "/commands"
     $orig_dollar_quote = $".clone
 
     ENV['RAILS_ENV'] = @environment
-    require 'config/environment'
+    require 'config/boot'
     require 'dispatcher'
     require 'mongrel/rails'