Basic Ruby on Rails Question about routing
- by Acidburn2k
I have a controller without any related model. This controller is to span some informations from various models. I have lots of actions there, which define certain views on the page. What would be the best way to organize routes for this controller.
What I would like is to have /dashboard/something point to any action in the dashboard controller.…