From 2510784e78de372095cc622c2d623d9797e1e2a8 Mon Sep 17 00:00:00 2001 From: Juanito Fatas Date: Tue, 22 Sep 2015 10:04:27 +0800 Subject: Fix a typo: Mime::Types should be Mime::Type [ci skip] --- actionpack/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionpack/CHANGELOG.md') 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 -- cgit v1.2.3