method

mime_type

mime_type()
public

No documentation available.

# File actionpack/lib/action_view/template.rb, line 157
    def mime_type
      Mime::Type.lookup_by_extension(format) if format && defined?(::Mime)
    end