Ruby on Rails models tend to grow and grow. When refactoring scopes, it turns out you can move them into their own classes. The Problem Rails models can get out of hand. Over time they get more associations, more methods, more everything. The resulting huge API and visual clutter makes those classes hard to maintain. Consider...