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
1 changed files with 1 additions and 1 deletions

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*