class ActionDispatch::Routing::RouteSet

def path_for(options, route_name = nil, reserved = RESERVED_OPTIONS)

def path_for(options, route_name = nil, reserved = RESERVED_OPTIONS)
  url_for(options, route_name, PATH, nil, reserved)
end