diff options
author | Xavier Noria <fxn@hashref.com> | 2008-05-19 19:28:33 +0200 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2008-05-19 19:28:33 +0200 |
commit | 43d0200d94b7d66cee9ef3d20c376e03f30b1b60 (patch) | |
tree | dc937120a88d9c72de9784ea696ad40642d29851 /actionpack/lib | |
parent | 0b580047fecaa474aaae4c618e67420fbe545781 (diff) | |
download | rails-43d0200d94b7d66cee9ef3d20c376e03f30b1b60.tar.gz rails-43d0200d94b7d66cee9ef3d20c376e03f30b1b60.tar.bz2 rails-43d0200d94b7d66cee9ef3d20c376e03f30b1b60.zip |
gsub("xml", "XML")
Diffstat (limited to 'actionpack/lib')
-rw-r--r-- | actionpack/lib/action_controller/mime_type.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_controller/mime_type.rb b/actionpack/lib/action_controller/mime_type.rb index f43e2ba06d..1d6c8e704b 100644 --- a/actionpack/lib/action_controller/mime_type.rb +++ b/actionpack/lib/action_controller/mime_type.rb @@ -104,7 +104,7 @@ module Mime list[text_xml].name = Mime::XML.to_s end - # Look for more specific xml-based types and sort them ahead of app/xml + # Look for more specific XML-based types and sort them ahead of app/xml if app_xml idx = app_xml |