class ActiveStorage::Attached::Changes::DetachOne

def initialize(name, record, attachment)

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