original_url()
Instance Public methods
Returns the original request URL as a String
.
# get "/articles?page=2" request.original_url # => "http://www.example.com/articles?page=2"
Returns the original request URL as a String
.
# get "/articles?page=2" request.original_url # => "http://www.example.com/articles?page=2"
Please login to continue.