diff options
author | Santiago Pastorino <santiago@wyeworks.com> | 2016-02-21 21:42:42 -0300 |
---|---|---|
committer | Santiago Pastorino <santiago@wyeworks.com> | 2016-02-21 21:42:42 -0300 |
commit | 3944b9c5df9911a76fe950263163c28e6f63e9b9 (patch) | |
tree | 9d5c5100c9649bf4aba1efa1f34fab13517afa3f | |
parent | 1add44d5dc6e14e63eade32391d1d5395c3bc865 (diff) | |
parent | 5d87bb4da8cce4687d83a81ac5bed07afa4f65b2 (diff) | |
download | rails-3944b9c5df9911a76fe950263163c28e6f63e9b9.tar.gz rails-3944b9c5df9911a76fe950263163c28e6f63e9b9.tar.bz2 rails-3944b9c5df9911a76fe950263163c28e6f63e9b9.zip |
Merge pull request #23806 from sgringwe/patch-1
Add a note about downcasing submit tag
-rw-r--r-- | guides/source/5_0_release_notes.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/guides/source/5_0_release_notes.md b/guides/source/5_0_release_notes.md index d380ba8fce..f5abbd0cd4 100644 --- a/guides/source/5_0_release_notes.md +++ b/guides/source/5_0_release_notes.md @@ -294,6 +294,9 @@ Please refer to the [Changelog][action-view] for detailed changes. button on submit to prevent double submits. ([Pull Request](https://github.com/rails/rails/pull/21135)) +* Downcase model name in form submit tags rather than humanize. + ([Pull Request](https://github.com/rails/rails/pull/22764)) + Action Mailer ------------- |