fullpath() public

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"
Show source
Register or log in to add new notes.
July 27, 2011
1 thank

includes request parameters

fullpath includes request parameters in the result