diff options
author | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2017-11-25 12:36:17 -0500 |
---|---|---|
committer | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2017-11-25 12:36:17 -0500 |
commit | d3893ec38ec61282c2598b01a298124356d6b35a (patch) | |
tree | 46456f6ac103215cc3c679028d52a9099025e35f /guides/source | |
parent | 8bc9f51ce6eac38efb3f348c5a40fc8f107382f4 (diff) | |
parent | 36ac675d2af5838c81afbd7c95b2e403e6366ba5 (diff) | |
download | rails-d3893ec38ec61282c2598b01a298124356d6b35a.tar.gz rails-d3893ec38ec61282c2598b01a298124356d6b35a.tar.bz2 rails-d3893ec38ec61282c2598b01a298124356d6b35a.zip |
Merge pull request #29439 from npezza93/set-skip-default-ids
Allow skip_default_ids option to be set in form_with
Diffstat (limited to 'guides/source')
-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 6e129a5680..4bfcc1e21a 100644 --- a/guides/source/configuring.md +++ b/guides/source/configuring.md @@ -578,6 +578,8 @@ Defaults to `'signed cookie'`. * `config.action_view.form_with_generates_remote_forms` determines whether `form_with` generates remote forms or not. This defaults to `true`. +* `config.action_view.form_with_generates_ids` determines whether `form_with` generates ids on inputs. This defaults to `true`. + ### Configuring Action Mailer There are a number of settings available on `config.action_mailer`: |