Method: ActiveStorage::TransformJob#perform
- Defined in:
- activestorage/app/jobs/active_storage/transform_job.rb
#perform(blob, transformations) ⇒ Object
9 10 11 |
# File 'activestorage/app/jobs/active_storage/transform_job.rb', line 9 def perform(blob, transformations) blob.representation(transformations).processed end |