search for: remove_mime_typ

Displaying 1 result from an estimated 1 matches for "remove_mime_typ".

Did you mean: remove_mime_type
2007 Sep 19
4
Ticket #190 (friendlier way to add / register a mime type)
Following up on #190 [1], I''ve just added a simple patch that allows the manipulation of the TYPES hash from within the Merb module. Use like: Merb.add_mime_type(:png,%w[image/png]) Merb.remove_mime_type(:png) It specifically disallows the removal of the :all MimeType, since content negotiation relies on it. I''m not super wonderful at API design, so comments and suggestions, are of course welcome. If everyone likes it as-is, just shout and I''ll commit it. -- Stephen [1...