Commit a3cf5dcd authored by Jean-Philippe Lang's avatar Jean-Philippe Lang

Fixes back_url in login filter (#1900).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1903 e93f8b46-1217-0410-a6f0-8f06a7374b81
parent 8bc89b6e
......@@ -55,3 +55,5 @@ Rails::Initializer.run do |config|
# It will automatically turn deliveries on
config.action_mailer.perform_deliveries = false
end
ActionController::AbstractRequest.relative_url_root = "/rdm"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment