instance method
web_image?
Ruby on Rails 8.0.4
Since v6.1.7.10 PrivateSignature
web_image?()
No documentation comment.
Source
# File activestorage/app/models/active_storage/blob.rb, line 349
def web_image?
ActiveStorage.web_image_content_types.include?(content_type)
end
Defined in activestorage/app/models/active_storage/blob.rb line 349
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveStorage::Blob