destroy_all()
Destroy all the records from this association.
See destroy for more info.
# File activerecord/lib/active_record/associations/collection_association.rb, line 170 def destroy_all destroy(load_target).tap do reset loaded! end end