class Bullet::Detector::CounterCache
def conditions_met?(bullet_ar_key, associations)
def conditions_met?(bullet_ar_key, associations) possible_objects.include?(bullet_ar_key) && !impossible_objects.include?(bullet_ar_key) end
def conditions_met?(bullet_ar_key, associations) possible_objects.include?(bullet_ar_key) && !impossible_objects.include?(bullet_ar_key) end