This inspection warns if a controller action contains more than one model method call, after the initial .find or .new.
It’s recommended that you implement all business logic inside the model class, and use a single method to access it.

Inspired by "Ruby on Rails Code Quality Checklist"