class ActiveStorage::Attached::Many

def detach_many

def detach_many
  Attached::Changes::DetachMany.new(name, record, attachments)
end