# File lib/bullet/active_record41.rb, line 132
        def load_target
          if Bullet.start?
            Bullet::Detector::NPlusOneQuery.call_association(@owner, @reflection.name) unless @inversed
          end
          origin_load_target
        end