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

[View source]

826
827
828
# File 'actionpack/lib/action_dispatch/routing/route_set.rb', line 826

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