For a specific controller, is it possible to route any action that does not exist to the index?
For example if I have
fashionController/
fashionController/shoes/
fashionController/bags/
fashionController/otherStuff/
I want to be able to only setup the Index view & action and that anything else will just use the Index automatically without having to create separate views/actions for anything else.