Taming complex Service Objects with dry-rb
As your Rails app grows, MVC feels inadequate. Should I put complex business rules in the models or in the controllers? Should I just put everything in concerns? At this point, most developers fall back to good'ol Service Objects: specialized classes with a single goal (register a user, send an