Module: Scales::Helper::ContentTypes

Defined in:
lib/scales-core/helper/content_types.rb

Constant Summary collapse

TYPES =
{
  :html  => 'text/html',
  :htm   => 'text/html',
  :txt   => 'text/plain',
  :css   => 'text/css',
  :yaml  => 'text/yaml',
  :js    => 'application/javascript',
  :json  => 'application/json',
  :rss   => 'application/rss+xml',
  :xml   => 'application/xml',
  :pdf   => 'application/pdf',
  :zip   => 'application/zip',
  :jpg   => 'image/jpeg',
  :png   => 'image/png'
}