aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/CHANGELOG.md
diff options
context:
space:
mode:
authorVasiliy Ermolovich <younash@gmail.com>2014-04-13 21:58:42 +0300
committerVasiliy Ermolovich <younash@gmail.com>2014-04-14 17:13:43 +0300
commit3964bbc490bdd858b431862bdefa58f477cb2028 (patch)
tree25f3ce6c7f947642e587cd5d68d408548ff3f8fd /actionview/CHANGELOG.md
parent0bccde963c0b3e2ad65b2bdac9d144f40854ec90 (diff)
downloadrails-3964bbc490bdd858b431862bdefa58f477cb2028.tar.gz
rails-3964bbc490bdd858b431862bdefa58f477cb2028.tar.bz2
rails-3964bbc490bdd858b431862bdefa58f477cb2028.zip
`collection_check_boxes` respects `:index` option for the hidden filed name.
closes #14147
Diffstat (limited to 'actionview/CHANGELOG.md')
-rw-r--r--actionview/CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/actionview/CHANGELOG.md b/actionview/CHANGELOG.md
index 8c6db33be7..0302077e1c 100644
--- a/actionview/CHANGELOG.md
+++ b/actionview/CHANGELOG.md
@@ -1,3 +1,9 @@
+* `collection_check_boxes` respects `:index` option for the hidden filed name.
+
+ Fixes #14147.
+
+ *Vasiliy Ermolovich*
+
* `date_select` helper with option `with_css_classes: true` does not overwrite other classes.
*Izumi Wong-Horiuchi*