delete_all()
Remove all records from this association
# File activerecord/lib/active_record/associations/association_collection.rb, line 111 def delete_all load_target delete(@target) reset_target! end