Style copy

This commit is contained in:
Jorge Manrubia
2025-11-28 09:12:39 +01:00
parent d836a1c6c7
commit bfa1ff1244
+1 -1
View File
@@ -154,7 +154,7 @@ end
## Controller and model interactions
In general, we favor a [vanilla Rails](https://dev.37signals.com/vanilla-rails-is-plenty/) approach with thin controllers directly invoking a rich domain model. In general, we don't use services or other artifacts to connect the two.
In general, we favor a [vanilla Rails](https://dev.37signals.com/vanilla-rails-is-plenty/) approach with thin controllers directly invoking a rich domain model. We don't use services or other artifacts to connect the two.
Invoking plain Active Record operations is totally fine: