Method: ActionDispatch::Routing::RouteSet#path_for

Defined in:
actionpack/lib/action_dispatch/routing/route_set.rb

#path_for(options, route_name = nil, reserved = RESERVED_OPTIONS) ⇒ Object



852
853
854
# File 'actionpack/lib/action_dispatch/routing/route_set.rb', line 852

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