delete_all()
Remove all records from this association
See delete for more info.
# File activerecord/lib/active_record/associations/collection_association.rb, line 156 def delete_all delete(load_target).tap do reset loaded! end end