class ActiveStorage::TransformJob

def perform(blob, transformations)

def perform(blob, transformations)
  blob.representation(transformations).processed
end