提交 fd7b6845 编写于 作者: Y Yoshiyuki Kinjo

new_framework_defaults_5_2.rb is incompatible with load_default "5.2"

`load_default "5.2"` sets
`Rails.application.config.action_view.form_with_generates_ids` to true
but new_framework_defaults_5_2.rb does not mention about it.

refs 36ac675d
上级 2edd67ee
......@@ -33,3 +33,6 @@
# Use SHA-1 instead of MD5 to generate non-sensitive digests, such as the ETag header.
# Rails.application.config.active_support.use_sha1_digests = true
# Generates DOM id for `form_with` helper.
# Rails.application.config.action_view.form_with_generates_ids = true
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册