method
perform
v8.0.0 -
Show latest stable
- Class:
ActiveStorage::TransformJob
perform(blob, transformations)public
No documentation available.
# File activestorage/app/jobs/active_storage/transform_job.rb, line 9
def perform(blob, transformations)
blob.representation(transformations).processed
end