user: ubuntu USE eager loading detected Lottery::Prize => [:main_image_attachment]
Add to your query: .includes([:main_image_attachment]) user: ubuntu USE eager loading detected Lottery::Prize => [:awards]
Add to your query: .includes([:awards]) user: ubuntu AVOID eager loading detected Campaign::Plan => [:contents]
Remove from your query: .includes([:contents]) See 'Uniform Notifier' in JS Console for Stacktrace