aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/configuring.md
diff options
context:
space:
mode:
authorsoartec-lab <info@soartec-lab.work>2019-03-24 01:50:05 +0900
committersoartec-lab <info@soartec-lab.work>2019-03-24 01:53:39 +0900
commit44316b60e2847a6bcefaf7b21a76abb7964f35e1 (patch)
tree37ad607ebe26f1c0808886111c834a80081cc454 /guides/source/configuring.md
parentff7948b1c2cbdf5527e40e60a4f2ef7621445d55 (diff)
downloadrails-44316b60e2847a6bcefaf7b21a76abb7964f35e1.tar.gz
rails-44316b60e2847a6bcefaf7b21a76abb7964f35e1.tar.bz2
rails-44316b60e2847a6bcefaf7b21a76abb7964f35e1.zip
Add default `config.action_view.raise_on_missing_translations` [ci skip]
Diffstat (limited to 'guides/source/configuring.md')
-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 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`.