aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/CHANGELOG.md
diff options
context:
space:
mode:
authorPrathamesh Sonpatki <csonpatki@gmail.com>2019-03-29 21:38:48 +0530
committerPrathamesh Sonpatki <csonpatki@gmail.com>2019-03-29 21:38:48 +0530
commitd8ba2f7c5670f5b2ef1486c9a3fb3e69fc514989 (patch)
tree02bd1ab405328491caa6248e343ecb30d2e00050 /activemodel/CHANGELOG.md
parent839b8d42cae1c900aa5029ddd0399415cf1b32da (diff)
downloadrails-d8ba2f7c5670f5b2ef1486c9a3fb3e69fc514989.tar.gz
rails-d8ba2f7c5670f5b2ef1486c9a3fb3e69fc514989.tar.bz2
rails-d8ba2f7c5670f5b2ef1486c9a3fb3e69fc514989.zip
Rename `i18n_full_message` config option to `i18n_customize_full_message`
- I feel `i18n_customize_full_messages` explains the meaning of the config better. - Followup of https://github.com/rails/rails/pull/32956
Diffstat (limited to 'activemodel/CHANGELOG.md')
-rw-r--r--activemodel/CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/activemodel/CHANGELOG.md b/activemodel/CHANGELOG.md
index 56fbfacbd7..0eba05e7a3 100644
--- a/activemodel/CHANGELOG.md
+++ b/activemodel/CHANGELOG.md
@@ -130,7 +130,7 @@
*Unathi Chonco*
-* Add `config.active_model.i18n_full_message` in order to control whether
+* Add `config.active_model.i18n_customize_full_message` in order to control whether
the `full_message` error format can be overridden at the attribute or model
level in the locale files. This is `false` by default.