Skip to Content Skip to Search

class ActiveStorage::TransformJob

Inherits From

Public instance methods

Source code GitHub
# File activestorage/app/jobs/active_storage/transform_job.rb, line 9
def perform(blob, transformations)
  blob.representation(transformations).processed
end

Definition files