fullpath()
Instance Public methods
Returns the String
full path including params of the last URL
requested.
1 2 3 4 5 | # get "/articles" request.fullpath # => "/articles" # get "/articles?page=2" request.fullpath # => "/articles?page=2" |
Please login to continue.