aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/configuring.md
diff options
context:
space:
mode:
authorJon Moss <me@jonathanmoss.me>2017-04-24 19:06:31 -0400
committerJon Moss <me@jonathanmoss.me>2017-04-24 19:06:31 -0400
commitc2e3e0d2096836bfb6072af70bd0914a960a50fe (patch)
tree949df3a3fc94b1a33c6ef1de3b02932cfeee0f54 /guides/source/configuring.md
parentf42126ab51b3c2bbfe423000c67ebb01f6404618 (diff)
downloadrails-c2e3e0d2096836bfb6072af70bd0914a960a50fe.tar.gz
rails-c2e3e0d2096836bfb6072af70bd0914a960a50fe.tar.bz2
rails-c2e3e0d2096836bfb6072af70bd0914a960a50fe.zip
Add missing `action_view` section of config flag
[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 3cfb3e2d6a..bf9456a482 100644
--- a/guides/source/configuring.md
+++ b/guides/source/configuring.md
@@ -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