diff options
author | Rafael França <rafaelmfranca@gmail.com> | 2016-02-20 23:13:05 -0300 |
---|---|---|
committer | Rafael França <rafaelmfranca@gmail.com> | 2016-02-20 23:13:05 -0300 |
commit | d34151996db155c79b07df2abca5053b3a513d54 (patch) | |
tree | 82d3f4b1a6c426dfddf2c4cf2d75780e2ba09966 /actionview | |
parent | 22c318d6cfe39933b2f5adb383cb6f0153f505d3 (diff) | |
parent | 37bd0770222df2a8c5ac01ce7fa1fb0f925f01d8 (diff) | |
download | rails-d34151996db155c79b07df2abca5053b3a513d54.tar.gz rails-d34151996db155c79b07df2abca5053b3a513d54.tar.bz2 rails-d34151996db155c79b07df2abca5053b3a513d54.zip |
Merge pull request #23791 from prathamesh-sonpatki/fix-changelog
Improve CHANGELOG for https://github.com/rails/rails/pull/17043 [ci skip]
Diffstat (limited to 'actionview')
-rw-r--r-- | actionview/CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionview/CHANGELOG.md b/actionview/CHANGELOG.md index 461a26b10b..c1aeb2a61f 100644 --- a/actionview/CHANGELOG.md +++ b/actionview/CHANGELOG.md @@ -1,4 +1,4 @@ -* Fix `button_to`'s `:params` option support to correctly generated input names for nested hashes/arrays. +* Add support for nested hashes/arrays to `:params` option of `button_to` helper. *James Coleman* |