class ActiveRecord::Associations::CollectionAssociation
def destroy_all
Destroy all the records from this association.
def destroy_all destroy(load_target).tap do reset loaded! end end
def destroy_all destroy(load_target).tap do reset loaded! end end