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