提交 0b0042cf 编写于 作者: C Claudio B

Merge pull request #23408 from kangkyu/patch-1

Update CHANGELOG.md
......@@ -183,11 +183,11 @@
* Accessing mime types via constants like `Mime::HTML` is deprecated. Please
change code like this:
Mime::HTML
Mime::HTML
To this:
Mime[:html]
Mime[: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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册