Commit 8b4010397caf09a9db6759dd7be989d4dc4cfdcd

Authored by Riyad Preukschas
1 parent 6ddf4567

Register diff mime type

Showing 1 changed file with 2 additions and 1 deletions   Show diff stats
config/initializers/mime_types.rb
... ... @@ -4,4 +4,5 @@
4 4 # Mime::Type.register "text/richtext", :rtf
5 5 # Mime::Type.register_alias "text/html", :iphone
6 6  
7   -Mime::Type.register_alias 'text/plain', :patch
  7 +Mime::Type.register_alias "text/plain", :diff
  8 +Mime::Type.register_alias "text/plain", :patch
... ...