added diff and patch mime types
This commit is contained in:
parent
4afc10fa14
commit
9eba4ca4d9
|
@ -3,3 +3,6 @@
|
|||
# Add new mime types for use in respond_to blocks:
|
||||
# Mime::Type.register "text/richtext", :rtf
|
||||
# Mime::Type.register_alias "text/html", :iphone
|
||||
|
||||
Mime::Type.register "text/plain", :diff
|
||||
Mime::Type.register "text/plain", :patch
|
Loading…
Reference in New Issue