Background
I have several models with about 40 attributes each. They are normalized, it's just that the models we are dealing with have to have multiple attributes. Other than that it's a pretty standard rails 4.2 app ( upgrading from rails 3.2) . The app is used both to serve dynamic pages sprinkled with ajax calls, and json so it can be used by various json clients.I have several models with about 4