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