From 247dace670d3f29a435b43e03a38816371090f6b Mon Sep 17 00:00:00 2001 From: "yuuji.yaginuma" Date: Tue, 25 Apr 2017 07:34:39 +0900 Subject: Add `form_with_generates_remote_forms` to configuring guide [ci skip] --- guides/source/configuring.md | 2 ++ 1 file changed, 2 insertions(+) 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 `` 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`: -- cgit v1.2.3