来源: 显示 | 在GitHub上
# File activestorage/app/jobs/active_storage/preview_image_job.rb, line 9 def perform(blob, variations) blob.preview({}).processed variations.each do |transformations| blob.preprocessed(transformations) end end