# File lib/bullet/active_record42.rb, line 243
        def writer_with_bullet(record)
          Bullet::Detector::Association.add_object_associations(owner, reflection.name) if Bullet.start?
          writer_without_bullet(record)
        end