I have a resource "Providers" that has a settings screen. I want to break that out into several screens for usability / design reasons. How should I manage that in my controllers to maintain good rails practice?
Is it acceptable to simply create new member actions for the controller (two per screen for the edit / update pairing) or is there a better / more accepted method?