##// END OF EJS Templates
remove trailing white-spaces from lib/redmine/utils.rb...
Toshi MARUYAMA -
r7294:c3a23f9d21a9
parent child
Show More
@@ -1,5 +1,5
1 # Redmine - project management software
1 # Redmine - project management software
2 # Copyright (C) 2006-2009 Jean-Philippe Lang
2 # Copyright (C) 2006-2011 Jean-Philippe Lang
3 #
3 #
4 # This program is free software; you can redistribute it and/or
4 # This program is free software; you can redistribute it and/or
5 # modify it under the terms of the GNU General Public License
5 # modify it under the terms of the GNU General Public License
@@ -24,7 +24,7 module Redmine
24 ActionController::Base.relative_url_root.to_s :
24 ActionController::Base.relative_url_root.to_s :
25 ActionController::AbstractRequest.relative_url_root.to_s
25 ActionController::AbstractRequest.relative_url_root.to_s
26 end
26 end
27
27
28 # Sets the relative root url of the application
28 # Sets the relative root url of the application
29 def relative_url_root=(arg)
29 def relative_url_root=(arg)
30 if ActionController::Base.respond_to?('relative_url_root=')
30 if ActionController::Base.respond_to?('relative_url_root=')
General Comments 0
You need to be logged in to leave comments. Login now