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