Login
From:
Write Software, Well
(Uncensored)
subscribe
Map a Resourceful Route in Rails to Another Controller Class
https://www.writesoftwarewell.com/map-a-resourceful-route-in-rails-to-another-controller/
links
backlinks
Tagged with:
router
Roast topics
Find topics
Find it!
If you want to map a resourceful route to another controller class in Rails, you can do so by passing the controller option to the resources method.