i am using bullet gem to detect N + 1 queries
offers.
includes(
:timezone,
{ completed_transition: [:talents_job] }
)
but i am getting
user: prateek
GET api_url
AVOID eager loading detected
CompletedTransition => [:pipeline_step]
Remove from your finder: :includes => [:pipeline_step]
Call stack
what can be the possible issue?