instance method
image
Ruby on Rails 8.0.4
Since v5.2.8.1Signature
image()
Returns the blob’s attached preview image.
Source
# File activestorage/app/models/active_storage/preview.rb, line 59
def image
blob.preview_image
end
Defined in activestorage/app/models/active_storage/preview.rb line 59
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveStorage::Preview