instance method
content_type
Ruby on Rails 7.0.10
Since v6.1.7.10Signature
content_type()
No documentation comment.
Source
# File activestorage/app/models/active_storage/variation.rb, line 68
def content_type
MiniMime.lookup_by_extension(format.to_s).content_type
end
Defined in activestorage/app/models/active_storage/variation.rb line 68
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveStorage::Variation