diff options
author | yuuji.yaginuma <yuuji.yaginuma@gmail.com> | 2017-04-25 07:34:39 +0900 |
---|---|---|
committer | yuuji.yaginuma <yuuji.yaginuma@gmail.com> | 2017-04-25 07:34:39 +0900 |
commit | 247dace670d3f29a435b43e03a38816371090f6b (patch) | |
tree | 0772a67662f6f2afed9e99c4bfea29441caab32f /guides | |
parent | a6a93f9ed5af5c84cf35dc03759c0b7d9d880cd2 (diff) | |
download | rails-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')
-rw-r--r-- | guides/source/configuring.md | 2 |
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`: |