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