class ActionDispatch::Journey::Router::Utils::UriEncoder

def escape_path(path)

def escape_path(path)
  escape(path, PATH)
end