跳至内容 跳至搜索
方法
P

实例公有方法

perform(blob, transformations)

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