Wide Models and Active Record custom validation contexts, by @bensheldon
https://island94.org/2025/04/wide-models-and-active-record-custom-validation-contexts
> This post is a brief description of a pattern I use a lot using when building features in Ruby on Rails apps and that I think needed a name:
> Wide Models have many attributes (columns in the database) that are updated in multiple places in the application, but not always all at once i.e. different forms will update different subsets of attributes on the same model.