Change default controller for the object_type/object_id route
- by shmichael
When scaffolding a model & controller, the "new" and "edit" associated forms submit to /object_type/object_id. This triggers the "show" controller.
Where is "show" defined as the default action, and what is the right way to override this?