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