instance method
create_preview_image
Ruby on Rails edge
Since edge Private — implementation detail, not part of the public APISignature
create_preview_image()
No documentation comment.
Source
# File activestorage/app/jobs/active_storage/create_variants_job.rb, line 21
def create_preview_image
@blob.preview({}).processed
end
Defined in activestorage/app/jobs/active_storage/create_variants_job.rb line 21
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveStorage::CreateVariantsJob