# File lib/dragonfly/app.rb, line 209
    def mime_type_for(format)
      mime_types[file_ext_string(format)] || fallback_mime_type
    end