destroy_all()
Destory all the records from this association.
See destroy for more info.
# File activerecord/lib/active_record/associations/association_collection.rb, line 235 def destroy_all load_target destroy(@target) reset_target! end