class ActiveStorage::Attached::Changes::DetachMany

def initialize(name, record, attachments)

def initialize(name, record, attachments)
  @name, @record, @attachments = name, record, attachments
end