diff options
author | Robin Dupret <robin.dupret@gmail.com> | 2015-09-22 08:30:37 +0200 |
---|---|---|
committer | Robin Dupret <robin.dupret@gmail.com> | 2015-09-22 08:30:37 +0200 |
commit | a29e8a459369cdf6bbbd012ac207ea68a90561d0 (patch) | |
tree | 9bcb2d94d38cfb5b03b0c8158f5c37f2739dc83b /actionpack | |
parent | b694796da076b1a0ceb0ffbaa66964c1914397c8 (diff) | |
parent | 2510784e78de372095cc622c2d623d9797e1e2a8 (diff) | |
download | rails-a29e8a459369cdf6bbbd012ac207ea68a90561d0.tar.gz rails-a29e8a459369cdf6bbbd012ac207ea68a90561d0.tar.bz2 rails-a29e8a459369cdf6bbbd012ac207ea68a90561d0.zip |
Merge pull request #21711 from JuanitoFatas/doc/typo-1
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 |