Rails request path cheatsheet Full path with query string >> request.url => "http://localhost:3000/ask-help.amp?ptn=pnh" Virtual path without query string >> request.path => "/ask-help.amp" Virtual path with query string >> request.fullpath => "/ask-help.amp?ptn=pnh"
nice params[:hui] :)