Since the beginning of Ruby on Rails, there have been no built-in solutions for organizing controllers and business logic. I witness engineers/companies still doing the same CRUD controllers that Rails scaffolding shows them to do. While this might be a good approach in some cases, in my experience, most times…