Method: Fontina::MetaPackage#format
- Defined in:
- lib/fontina/meta_package.rb
#format ⇒ Object
14 15 16 17 18 19 |
# File 'lib/fontina/meta_package.rb', line 14 def format @format ||= Format.for( mime_type: file.mime_type, extension: File.extname(file.filename).downcase ) end |