1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Remove unnecessary empty line

This commit is contained in:
José Valim 2012-04-25 13:45:56 +03:00
parent cd556c9388
commit 2aabf8c858

View file

@ -23,7 +23,6 @@ module ActionDispatch
end
def url_for(options = {})
path = ""
path << options.delete(:script_name).to_s.chomp("/")
path << options.delete(:path).to_s