method
fullpath
v3.2.13 -
Show latest stable
- Class:
ActionDispatch::Request
fullpath()public
No documentation available.
# File actionpack/lib/action_dispatch/http/request.rb, line 134
def fullpath
@fullpath ||= super
end 1Note
includes request parameters
fullpath includes request parameters in the result