method

fullpath

fullpath()
public

No documentation available.

# File actionpack/lib/action_dispatch/http/request.rb, line 134
    def fullpath
      @fullpath ||= super
    end

1Note

includes request parameters

ssoroka ยท Jul 27, 20111 thank

fullpath includes request parameters in the result