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