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

Merge pull request #29642 from prathamesh-sonpatki/fix-changelog-5-0-stable

Fix the class name --> ActionController::Parameters [ci skip]
This commit is contained in:
Rafael França 2017-06-30 16:11:33 -04:00 committed by GitHub
commit 3dada42af1

View file

@ -1,4 +1,4 @@
* Fallback `ActionParameters#to_s` to `Hash#to_s`.
* Fallback `ActionController::Parameters#to_s` to `Hash#to_s`.
*Kir Shatrov*