class ActiveStorage::VariantWithRecord

def record

def record
  @record ||= blob.variant_records.find_by(variation_digest: variation.digest)
end