1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Revert "Merge pull request #36785 from shes50103/fix_typo_actionpack_changelog"

This reverts commit ac6f3c9299, reversing
changes made to 5b0ea95a1a.
This commit is contained in:
Ryuta Kamizono 2019-07-28 15:53:51 +09:00
parent 49238eaf8c
commit 36b32bb32e

View file

@ -89,7 +89,7 @@
*Gustavo Gutierrez*
* Calling `ActionController::Parameters#transform_keys!` without a block now returns
* Calling `ActionController::Parameters#transform_keys`/`!` without a block now returns
an enumerator for the parameters instead of the underlying hash.
*Eugene Kenny*