aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/CHANGELOG.md
diff options
context:
space:
mode:
authorRyuta Kamizono <kamipo@gmail.com>2017-06-28 22:21:03 +0900
committerRyuta Kamizono <kamipo@gmail.com>2017-06-28 22:21:03 +0900
commit9fdebb17ff5f88a7cd65779efdd583f01a8717a7 (patch)
treebfd72be7ea652245b57c33a4f3c341e1a2924d3f /actionview/CHANGELOG.md
parentf138ffab130488348cc41cba1bceba9535141373 (diff)
downloadrails-9fdebb17ff5f88a7cd65779efdd583f01a8717a7.tar.gz
rails-9fdebb17ff5f88a7cd65779efdd583f01a8717a7.tar.bz2
rails-9fdebb17ff5f88a7cd65779efdd583f01a8717a7.zip
:scissors:
[ci skip]
Diffstat (limited to 'actionview/CHANGELOG.md')
-rw-r--r--actionview/CHANGELOG.md8
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.