diff options
author | Ryuta Kamizono <kamipo@gmail.com> | 2017-06-28 22:21:03 +0900 |
---|---|---|
committer | Ryuta Kamizono <kamipo@gmail.com> | 2017-06-28 22:21:03 +0900 |
commit | 9fdebb17ff5f88a7cd65779efdd583f01a8717a7 (patch) | |
tree | bfd72be7ea652245b57c33a4f3c341e1a2924d3f /actionview | |
parent | f138ffab130488348cc41cba1bceba9535141373 (diff) | |
download | rails-9fdebb17ff5f88a7cd65779efdd583f01a8717a7.tar.gz rails-9fdebb17ff5f88a7cd65779efdd583f01a8717a7.tar.bz2 rails-9fdebb17ff5f88a7cd65779efdd583f01a8717a7.zip |
:scissors:
[ci skip]
Diffstat (limited to 'actionview')
-rw-r--r-- | actionview/CHANGELOG.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/actionview/CHANGELOG.md b/actionview/CHANGELOG.md index 916d29a540..e618183129 100644 --- a/actionview/CHANGELOG.md +++ b/actionview/CHANGELOG.md @@ -1,9 +1,9 @@ -* Fix issues with scopes and engine on `current_page?` method. - +* Fix issues with scopes and engine on `current_page?` method. + Fixes #29401. - + *Nikita Savrov* - + * Generate field ids in `collection_check_boxes` and `collection_radio_buttons`. This makes sure that the labels are linked up with the fields. |