Rails
Business logic in Rails with operators
19 Oct 2021
ruby, rails, business logic, poro
Having a thousand lines long controllers and/or models is not the right way to have sustainable applications or developers’ sanity. Let’s look at my solution for business logic in the Rails app.