略過至內容 略過至搜尋
方法
P

執行個體公開方法

perform(blob, transformations)

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