I\'m looking for a one line route to route dashed controller and method names to the actual underscored controller and method names.
For example the URL
I believe what you are looking for is a either a pre-system or else a pre-controller hook that will take the requested URI and update it.