Fix for issue with cookie setting on first request with blank path

This commit is contained in:
Thomas Walpole 2013-05-15 13:33:17 -07:00
parent 8d7e432a3b
commit e20e812f5c
1 changed files with 1 additions and 1 deletions

View File

@ -108,6 +108,6 @@ protected
def request_path
last_request.path
rescue Rack::Test::Error
""
"/"
end
end