aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorVipul A M <vipulnsward@gmail.com>2017-04-25 04:10:57 +0530
committerGitHub <noreply@github.com>2017-04-25 04:10:57 +0530
commitfcf229c0bf43a87b253fc06e78f0a07588affc9f (patch)
tree501c39ef9a359e03c5f723af6306ee592e6e2b40 /guides
parentc7f12f152918acf03bbc9788d464981816e61966 (diff)
parent247dace670d3f29a435b43e03a38816371090f6b (diff)
downloadrails-fcf229c0bf43a87b253fc06e78f0a07588affc9f.tar.gz
rails-fcf229c0bf43a87b253fc06e78f0a07588affc9f.tar.bz2
rails-fcf229c0bf43a87b253fc06e78f0a07588affc9f.zip
Merge pull request #28860 from y-yagi/add_form_with_generates_remote_forms_to_configuring_guide
Add `form_with_generates_remote_forms` to configuring guide [ci skip]
Diffstat (limited to 'guides')
-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`: