In Phoenix, is there some way that I can specify which View to use instead of letting the Controller inflect from the namespace?
I have multiple controllers and for each controller's view the methods are same. I would like to create a single view and use it with (almost) all of my controllers.
Is this possible? And more importantly, is this a bad practice or justified in my situation?