class ActiveRecord::StrictLoadingViolationError

ActiveRecord::Base.includes.
guide covers solutions, such as using
them. The
You can resolve this error by eager loading marked records before accessing
Raised on attempt to lazily load records that are marked as strict loading.