rails--rails/actionpack/CHANGELOG.md

10 lines
351 B
Markdown
Raw Normal View History

## Unreleased
* 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.
2020-12-02 23:37:26 +00:00
*DHH*
2020-12-02 23:37:26 +00:00
Please check [6-1-stable](https://github.com/rails/rails/blob/6-1-stable/actionpack/CHANGELOG.md) for previous changes.