Displaying 1 result from an estimated 1 matches for "post_users_path".
Did you mean:
list_users_path
2012 Sep 04
0
dynamic route generation
In polymorphic_routes.rb, line 131, a name route that has been built
(e.g. post_users_path) gets invoked on self (assuming there was not
RoutesProxy instance appended as the first element of the array passed
as the first argument to form_for, then send() would be invoked on
self, which is PolymorphicRoutes module, which belongs to
ActionDispatch::Routing):
(proxy || self).send(named_rou...