Method: Mongrel2::Config.load_mimetypes_sql

Defined in:
lib/mongrel2/config.rb

.load_mimetypes_sqlObject

Return the contents of the mimetypes SQL file.



188
189
190
# File 'lib/mongrel2/config.rb', line 188

def self::load_mimetypes_sql
  return MIMETYPES_SQL.read
end