Controller Single Responsibility
Rails controller should only know what they want but not how to get it, leaving that knowledge to models and other objects.
Rails controller should only know what they want but not how to get it, leaving that knowledge to models and other objects.