aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/configuring.md
diff options
context:
space:
mode:
authoryuuji.yaginuma <yuuji.yaginuma@gmail.com>2017-04-25 07:34:39 +0900
committeryuuji.yaginuma <yuuji.yaginuma@gmail.com>2017-04-25 07:34:39 +0900
commit247dace670d3f29a435b43e03a38816371090f6b (patch)
tree0772a67662f6f2afed9e99c4bfea29441caab32f /guides/source/configuring.md
parenta6a93f9ed5af5c84cf35dc03759c0b7d9d880cd2 (diff)
downloadrails-247dace670d3f29a435b43e03a38816371090f6b.tar.gz
rails-247dace670d3f29a435b43e03a38816371090f6b.tar.bz2
rails-247dace670d3f29a435b43e03a38816371090f6b.zip
Add `form_with_generates_remote_forms` to configuring guide [ci skip]
Diffstat (limited to 'guides/source/configuring.md')
-rw-r--r--guides/source/configuring.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/guides/source/configuring.md b/guides/source/configuring.md
index ae70b06996..3cfb3e2d6a 100644
--- a/guides/source/configuring.md
+++ b/guides/source/configuring.md
@@ -543,6 +543,8 @@ 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`.
+
### Configuring Action Mailer
There are a number of settings available on `config.action_mailer`: