diff options
author | Juanito Fatas <katehuang0320@gmail.com> | 2015-09-22 10:04:27 +0800 |
---|---|---|
committer | Juanito Fatas <katehuang0320@gmail.com> | 2015-09-22 10:04:27 +0800 |
commit | 2510784e78de372095cc622c2d623d9797e1e2a8 (patch) | |
tree | 9bcb2d94d38cfb5b03b0c8158f5c37f2739dc83b /actionpack | |
parent | b694796da076b1a0ceb0ffbaa66964c1914397c8 (diff) | |
download | rails-2510784e78de372095cc622c2d623d9797e1e2a8.tar.gz rails-2510784e78de372095cc622c2d623d9797e1e2a8.tar.bz2 rails-2510784e78de372095cc622c2d623d9797e1e2a8.zip |
Fix a typo: Mime::Types should be Mime::Type [ci skip]
Diffstat (limited to 'actionpack')
-rw-r--r-- | actionpack/CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md index bffe9a85a8..4a47c0fdf8 100644 --- a/actionpack/CHANGELOG.md +++ b/actionpack/CHANGELOG.md @@ -5,7 +5,7 @@ To this: - Mime::Types[:HTML] + Mime::Type[:HTML] This change is so that Rails will not manage a list of constants, and fixes an issue where if a type isn't registered you could possibly get the wrong |