aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/CHANGELOG.md
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2015-09-25 23:44:34 -0300
committerRafael Mendonça França <rafaelmfranca@gmail.com>2015-09-25 23:44:34 -0300
commitae1f295d4b2c715b1de00816df530ecbd281ceea (patch)
tree5c1abef82c6c895405addc9a32c5fac3d6bb54d9 /actionview/CHANGELOG.md
parent767cceefd39473dbfaaa1f0adcb3c5e1c80ef262 (diff)
parent578bc4b595ce4c6ef5fb2e688367ae7dc40bf1a5 (diff)
downloadrails-ae1f295d4b2c715b1de00816df530ecbd281ceea.tar.gz
rails-ae1f295d4b2c715b1de00816df530ecbd281ceea.tar.bz2
rails-ae1f295d4b2c715b1de00816df530ecbd281ceea.zip
Merge pull request #18303 from maurogeorge/collection_radio_buttons_hidden_field
Add a hidden field on the collection_radio_buttons
Diffstat (limited to 'actionview/CHANGELOG.md')
-rw-r--r--actionview/CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/actionview/CHANGELOG.md b/actionview/CHANGELOG.md
index 9ea250643a..82a88952c3 100644
--- a/actionview/CHANGELOG.md
+++ b/actionview/CHANGELOG.md
@@ -1,3 +1,8 @@
+* Add a `hidden_field` on the `collection_radio_buttons` to avoid raising a error
+ when the only input on the form is the `collection_radio_buttons`.
+
+ *Mauro George*
+
* `url_for` does not modify its arguments when generating polymorphic URLs.
*Bernerd Schaefer*