Method: ActionDispatch::Routing::RouteSet#path_for
- Defined in:
- actionpack/lib/action_dispatch/routing/route_set.rb
permalink #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(, route_name = nil, reserved = RESERVED_OPTIONS) url_for(, route_name, PATH, nil, reserved) end |