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