diff --git a/STYLE.md b/STYLE.md index 196551ba6..b31f49cab 100644 --- a/STYLE.md +++ b/STYLE.md @@ -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: