# File lib/bullet/active_record42.rb, line 195 def include?(object) if Bullet.start? Bullet::Detector::NPlusOneQuery.call_association(@owner, @reflection.name) end origin_include?(object) end