class Bullet::Detector::NPlusOneQuery
def conditions_met?(bullet_ar_key, associations)
def conditions_met?(bullet_ar_key, associations) possible?(bullet_ar_key) && !impossible?(bullet_ar_key) && !association?(bullet_ar_key, associations) end
def conditions_met?(bullet_ar_key, associations) possible?(bullet_ar_key) && !impossible?(bullet_ar_key) && !association?(bullet_ar_key, associations) end