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