方法
- P
实例公共方法
perform(blob, transformations) 链接
来源:显示 | 在 GitHub 上
# File activestorage/app/jobs/active_storage/transform_job.rb, line 9 def perform(blob, transformations) blob.representation(transformations).processed end
来源:显示 | 在 GitHub 上
# File activestorage/app/jobs/active_storage/transform_job.rb, line 9 def perform(blob, transformations) blob.representation(transformations).processed end