# File lib/bullet/active_record5.rb, line 191
        def include?(object)
          if Bullet.start?
            Bullet::Detector::NPlusOneQuery.call_association(owner, reflection.name)
          end
          super
        end