Method: Rack::Request::Helpers#url
- Defined in:
- lib/rack/request.rb
#url ⇒ Object
Tries to return a remake of the original request URL as a string.
599 600 601 |
# File 'lib/rack/request.rb', line 599 def url base_url + fullpath end |