class ActiveStorage::Attached::Changes::CreateOne

def build_attachment

def build_attachment
  ActiveStorage::Attachment.new(record: record, name: name, blob: blob)
end