aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source
diff options
context:
space:
mode:
authorRafael França <rafaelmfranca@gmail.com>2019-03-29 13:27:42 -0400
committerGitHub <noreply@github.com>2019-03-29 13:27:42 -0400
commit8638c7a643cde203114af479bafddb357ece0fb9 (patch)
tree2c67c8e839706ab5f5566be5d3a5f786bcbe2332 /guides/source
parent7e45911a34f96864267d686c393315279af2c985 (diff)
parentd8ba2f7c5670f5b2ef1486c9a3fb3e69fc514989 (diff)
downloadrails-8638c7a643cde203114af479bafddb357ece0fb9.tar.gz
rails-8638c7a643cde203114af479bafddb357ece0fb9.tar.bz2
rails-8638c7a643cde203114af479bafddb357ece0fb9.zip
Merge pull request #35789 from prathamesh-sonpatki/customize-full-message
Rename `i18n_full_message` config option to `i18n_customize_full_message`
Diffstat (limited to 'guides/source')
-rw-r--r--guides/source/configuring.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/configuring.md b/guides/source/configuring.md
index 04ad5a56a2..86e2dd284e 100644
--- a/guides/source/configuring.md
+++ b/guides/source/configuring.md
@@ -310,7 +310,7 @@ All these configuration options are delegated to the `I18n` library.
### Configuring Active Model
-* `config.active_model.i18n_full_message` is a boolean value which controls whether the `full_message` error format can be overridden at the attribute or model level in the locale files. This is `false` by default.
+* `config.active_model.i18n_customize_full_message` is a boolean value which controls whether the `full_message` error format can be overridden at the attribute or model level in the locale files. This is `false` by default.
### Configuring Active Record