Module: Backframe::Mime
Instance Method Summary collapse
Instance Method Details
#register_types ⇒ Object
9 10 11 12 |
# File 'lib/backframe/mime.rb', line 9 def register_types ::Mime::Type.register('text/tab-separated-values', :tsv) ::Mime::Type.register('application/vnd.openxmlformats-officedocument.spreadsheetml.sheet', :xlsx) end |