mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Whitespace flicker
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1011 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
parent
520dae295b
commit
5d6bedb383
1 changed files with 0 additions and 1 deletions
|
@ -19,7 +19,6 @@ module ActionController
|
|||
|
||||
private
|
||||
def rewrite_url(path, options)
|
||||
|
||||
rewritten_url = ""
|
||||
rewritten_url << (options[:protocol] || @request.protocol) unless options[:only_path]
|
||||
rewritten_url << (options[:host] || @request.host_with_port) unless options[:only_path]
|
||||
|
|
Loading…
Reference in a new issue