Method: Rack::Request::Helpers#fullpath

Defined in:
lib/rack/request.rb

#fullpathObject



505
506
507
# File 'lib/rack/request.rb', line 505

def fullpath
  query_string.empty? ? path : "#{path}?#{query_string}"
end