instance method
perform
Ruby on Rails 7.1.6
Since v7.1.6Signature
perform(blob, transformations)
No documentation comment.
Parameters
-
blobreq -
transformationsreq
Source
# File activestorage/app/jobs/active_storage/transform_job.rb, line 9
def perform(blob, transformations)
blob.representation(transformations).processed
end
Defined in activestorage/app/jobs/active_storage/transform_job.rb line 9
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveStorage::TransformJob