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