Merge pull request #35724 from soartec-lab/update_guide_raise_on_missing_translations_default

Add default `config.action_view.raise_on_missing_translations` [ci skip]
This commit is contained in:
Ryuta Kamizono 2019-03-24 14:11:54 +09:00 committed by GitHub
commit 3cc4380f20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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`.