# File lib/bullet/active_record4.rb, line 157
        def empty?
          if Bullet.start? && !loaded?
            Bullet::Detector::NPlusOneQuery.call_association(@owner, @reflection.name)
          end
          origin_empty?
        end