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