Module: MimeType (Redmine)

Overview
Module Structure
Constants
MimeType::MIME_TYPES
MimeType::EXTENSIONS
is a submodule of
module: Redmine   
has properties
constant: MIME_TYPES   
constant: EXTENSIONS   
is defined at
#19 in lib/redmine/mime_type.rb  

Overview

Module Structure

  module: <Toplevel Module>
  module: Redmine
module: MimeType     

Constants

MimeType::MIME_TYPES

#21 in lib/redmine/mime_type.rb

MIME_TYPES = {   

MimeType::EXTENSIONS

#66 in lib/redmine/mime_type.rb

EXTENSIONS = MIME_TYPES.inject({}) do |map, (type, exts)|