instance method
preview_image_needed?
Ruby on Rails edge
Since edge Private — implementation detail, not part of the public APISignature
preview_image_needed?()
No documentation comment.
Source
# File activestorage/app/jobs/active_storage/create_variants_job.rb, line 25
def preview_image_needed?
@blob.previewable? && !@blob.preview_image.attached?
end
Defined in activestorage/app/jobs/active_storage/create_variants_job.rb line 25
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveStorage::CreateVariantsJob