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