aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/mongrel_server/commands.rb
diff options
context:
space:
mode:
Diffstat (limited to 'railties/lib/rails/mongrel_server/commands.rb')
-rw-r--r--railties/lib/rails/mongrel_server/commands.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/lib/rails/mongrel_server/commands.rb b/railties/lib/rails/mongrel_server/commands.rb
index 0a92f418ad..d29b18712f 100644
--- a/railties/lib/rails/mongrel_server/commands.rb
+++ b/railties/lib/rails/mongrel_server/commands.rb
@@ -44,7 +44,7 @@ module Rails
env_location = "#{defaults[:cwd]}/config/environment"
require env_location
- ActionController::AbstractRequest.relative_url_root = defaults[:prefix]
+ ActionController::Base.relative_url_root = defaults[:prefix]
uri prefix, :handler => Rails::MongrelServer::RailsHandler.new
end
end