Map a Resourceful Route in Rails to Another Controller Class

from blog Write Software, Well, | ↗ original
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.