Business logic in Rails with operators
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. https://petr.codes/blog/rails/business-logic-with-operators/
Post a comment