# File lib/bullet/active_record52.rb, line 219
        def writer(record)
          Bullet::Detector::Association.add_object_associations(owner, reflection.name) if Bullet.start?
          super
        end