Featured
-
No Featured Found!
Tags
Convert rails 3 list of routes to rails 6 list of routes
Having trouble defining multiple routes together in rails 6.
In rails 3 we defined multiple routes like the example below.
member_routes = {
:validate_update_action => :put,
:rebuild_update_form ...