added diff and patch mime types

This commit is contained in:
Timothy N. Tsvetkov 2011-03-10 15:14:47 +03:00
parent 4afc10fa14
commit 9eba4ca4d9
1 changed files with 3 additions and 0 deletions

View File

@ -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