aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSantiago Pastorino <santiago@wyeworks.com>2016-02-21 21:42:42 -0300
committerSantiago Pastorino <santiago@wyeworks.com>2016-02-21 21:42:42 -0300
commit3944b9c5df9911a76fe950263163c28e6f63e9b9 (patch)
tree9d5c5100c9649bf4aba1efa1f34fab13517afa3f
parent1add44d5dc6e14e63eade32391d1d5395c3bc865 (diff)
parent5d87bb4da8cce4687d83a81ac5bed07afa4f65b2 (diff)
downloadrails-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.md3
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
-------------