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

Fix CHANGELOG reference to old method name

This commit is contained in:
David Heinemeier Hansson 2020-11-24 11:00:56 +01:00
parent 1535af1c31
commit 5636604b45

View file

@ -1,6 +1,6 @@
## Unreleased
* Add `redirect_back_or_to(fallback_location, **)` as a more aesthetically pleasing version of `redirect_back_or_to fallback_location:, **`.
* Add `redirect_back_or_to(fallback_location, **)` as a more aesthetically pleasing version of `redirect_back fallback_location:, **`.
The old method name is retained without explicit deprecation.
*DHH*