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