diff options
author | Sean Griffin <sean@seantheprogrammer.com> | 2015-08-17 06:49:00 -0600 |
---|---|---|
committer | Sean Griffin <sean@seantheprogrammer.com> | 2015-08-17 06:49:00 -0600 |
commit | 249a06d3bef510149201942af11909bad029e632 (patch) | |
tree | 6807c591e27d6641e2ee252f09fed6e850aaeb18 /guides | |
parent | 6c014a4900b42db99adfb58c4572dae9f8424580 (diff) | |
parent | 3822a322a82a19a9341a21a0cb1e36653da09c46 (diff) | |
download | rails-249a06d3bef510149201942af11909bad029e632.tar.gz rails-249a06d3bef510149201942af11909bad029e632.tar.bz2 rails-249a06d3bef510149201942af11909bad029e632.zip |
Merge pull request #21135 from DropsOfSerenity/master
make disable_with default in submit_tag
Diffstat (limited to 'guides')
-rw-r--r-- | guides/source/configuring.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/guides/source/configuring.md b/guides/source/configuring.md index 47c275609e..df9704830e 100644 --- a/guides/source/configuring.md +++ b/guides/source/configuring.md @@ -451,6 +451,9 @@ encrypted cookies salt value. Defaults to `'signed encrypted cookie'`. * `config.action_view.raise_on_missing_translations` determines whether an error should be raised for missing translations. +* `config.action_view.automatically_disable_submit_tag` determines whether + submit_tag should automatically disable on click, this defaults to true. + ### Configuring Action Mailer There are a number of settings available on `config.action_mailer`: |