From f009e553ce3770a7af80508893534879b0bc4e99 Mon Sep 17 00:00:00 2001 From: bogdanvlviv Date: Tue, 12 Jun 2018 01:21:15 +0300 Subject: Add changelog for #32956 [ci skip] Add mention about default value of `config.active_model.i18n_full_message`. --- guides/source/configuring.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guides/source') diff --git a/guides/source/configuring.md b/guides/source/configuring.md index 50b506bc6e..7136205b75 100644 --- a/guides/source/configuring.md +++ b/guides/source/configuring.md @@ -307,7 +307,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. +* `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 -- cgit v1.2.3