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