# File lib/bullet/active_record42.rb, line 47
        def _create_record_with_bullet(*args)
          _create_record_without_bullet(*args).tap do
            Bullet::Detector::NPlusOneQuery.add_impossible_object(self)
          end
        end