From 0177f732a2c6cf1709c983727bd560273be19a8f Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Wed, 24 Sep 2008 17:32:49 +0000 Subject: [PATCH] Reverts r1903. git-svn-id: http://redmine.rubyforge.org/svn/trunk@1904 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- config/environment.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/config/environment.rb b/config/environment.rb index 86a2eb3a..9a3bf4b1 100644 --- a/config/environment.rb +++ b/config/environment.rb @@ -55,5 +55,3 @@ Rails::Initializer.run do |config| # It will automatically turn deliveries on config.action_mailer.perform_deliveries = false end - -ActionController::AbstractRequest.relative_url_root = "/rdm"