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