module Bullet::ActiveRecord

def include?(object)

def include?(object)
  Bullet::Detector::NPlusOneQuery.call_association(@owner, @reflection.name) if Bullet.start?
  origin_include?(object)
end