From 44316b60e2847a6bcefaf7b21a76abb7964f35e1 Mon Sep 17 00:00:00 2001 From: soartec-lab Date: Sun, 24 Mar 2019 01:50:05 +0900 Subject: Add default `config.action_view.raise_on_missing_translations` [ci skip] --- 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 a61ba5dc9f..0c9a30199a 100644 --- a/guides/source/configuring.md +++ b/guides/source/configuring.md @@ -581,7 +581,7 @@ Defaults to `'signed cookie'`. The default setting is `true`, which uses the partial at `/admin/articles/_article.erb`. Setting the value to `false` would render `/articles/_article.erb`, which is the same behavior as rendering from a non-namespaced controller such as `ArticlesController`. * `config.action_view.raise_on_missing_translations` determines whether an - error should be raised for missing translations. + error should be raised for missing translations. This defaults to `false`. * `config.action_view.automatically_disable_submit_tag` determines whether `submit_tag` should automatically disable on click, this defaults to `true`. -- cgit v1.2.3