Add missing `action_view` section of config flag

[ci skip]
This commit is contained in:
Jon Moss 2017-04-24 19:06:31 -04:00
parent f42126ab51
commit c2e3e0d209
1 changed files with 1 additions and 1 deletions

View File

@ -543,7 +543,7 @@ encrypted cookies salt value. Defaults to `'signed encrypted cookie'`.
* `config.action_view.debug_missing_translation` determines whether to wrap the missing translations key in a `<span>` tag or not. This defaults to `true`.
* `config.form_with_generates_remote_forms` determines whether `form_with` generates remote forms or not. This defaults to `true`.
* `config.action_view.form_with_generates_remote_forms` determines whether `form_with` generates remote forms or not. This defaults to `true`.
### Configuring Action Mailer