remove trailing white-spaces from lib/redmine/utils.rb
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7414 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
41f26c7335
commit
c3a23f9d21
|
@ -1,5 +1,5 @@
|
||||||
# Redmine - project management software
|
# Redmine - project management software
|
||||||
# Copyright (C) 2006-2009 Jean-Philippe Lang
|
# Copyright (C) 2006-2011 Jean-Philippe Lang
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or
|
# This program is free software; you can redistribute it and/or
|
||||||
# modify it under the terms of the GNU General Public License
|
# modify it under the terms of the GNU General Public License
|
||||||
|
@ -24,7 +24,7 @@ module Redmine
|
||||||
ActionController::Base.relative_url_root.to_s :
|
ActionController::Base.relative_url_root.to_s :
|
||||||
ActionController::AbstractRequest.relative_url_root.to_s
|
ActionController::AbstractRequest.relative_url_root.to_s
|
||||||
end
|
end
|
||||||
|
|
||||||
# Sets the relative root url of the application
|
# Sets the relative root url of the application
|
||||||
def relative_url_root=(arg)
|
def relative_url_root=(arg)
|
||||||
if ActionController::Base.respond_to?('relative_url_root=')
|
if ActionController::Base.respond_to?('relative_url_root=')
|
||||||
|
|
Loading…
Reference in New Issue