##// END OF EJS Templates
Fixes back_url in login filter (#1900)....
Jean-Philippe Lang -
r1901:a3cf5dcded90
parent child
Show More
@@ -55,3 +55,5 Rails::Initializer.run do |config|
55 # It will automatically turn deliveries on
55 # It will automatically turn deliveries on
56 config.action_mailer.perform_deliveries = false
56 config.action_mailer.perform_deliveries = false
57 end
57 end
58
59 ActionController::AbstractRequest.relative_url_root = "/rdm"
General Comments 0
You need to be logged in to leave comments. Login now