mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Add changelog for #32956 [ci skip]
Add mention about default value of `config.active_model.i18n_full_message`.
This commit is contained in:
parent
e2a3df16a1
commit
f009e553ce
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
* Add `config.active_model.i18n_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.
|
||||||
|
|
||||||
|
*Martin Larochelle*
|
||||||
|
|
||||||
* Rails 6 requires Ruby 2.4.1 or newer.
|
* Rails 6 requires Ruby 2.4.1 or newer.
|
||||||
|
|
||||||
*Jeremy Daer*
|
*Jeremy Daer*
|
||||||
|
|
|
@ -307,7 +307,7 @@ All these configuration options are delegated to the `I18n` library.
|
||||||
|
|
||||||
### Configuring Active Model
|
### 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.
|
* `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.
|
||||||
|
|
||||||
### Configuring Active Record
|
### Configuring Active Record
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue