module Bullet::SaveWithBulletSupport
Public Instance Methods
Source
# File lib/bullet/active_record5.rb, line 5 def _create_record(*) super do Bullet::Detector::NPlusOneQuery.update_inversed_object(self) Bullet::Detector::NPlusOneQuery.add_impossible_object(self) yield(self) if block_given? end end
Calls superclass method