class ActionDispatch::Request

def fullpath

def fullpath
  @fullpath ||= super
end