mirror of https://github.com/rails/rails
Add missing `action_view` section of config flag
[ci skip]
This commit is contained in:
parent
f42126ab51
commit
c2e3e0d209
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue