method

delete_or_nullify_all_records

rails latest stable - Class: ActiveRecord::Associations::HasManyThroughAssociation
delete_or_nullify_all_records(method)
private

No documentation available.

# File activerecord/lib/active_record/associations/has_many_through_association.rb, line 130
        def delete_or_nullify_all_records(method)
          delete_records(load_target, method)
        end