I have two controllers that have the same actions by way of including the same module, call them CatUsersController and DogUsersController. I want the views to be shared between them, in app/views/users. I've tried using I have two controllers that have the same actio