Refactor #21099

Replace redirect_to :back with redirect_back
Related issues
Associated revisions
History
#1
Updated by Anonymous over 3 years ago
- Related to Tracker #15715: Rails 5.0 upgrade tasks added
#2
Updated by Anonymous over 3 years ago
- Blocks Tracker #20948: Rails 5.1 upgrade tasks added
#3
Updated by Anonymous over 3 years ago
- Blocked by Refactor #21084: Always use Rails 5.0, Drop Rails 4.2 added
#4
Updated by Dominic Cleal about 3 years ago
- % Done changed from 0 to 100
- Status changed from Assigned to Closed
Applied in changeset a0969d71c1c569eff30e792726b9fb081b2ee34c.
Fixes #21099 - Replace redirect_to :back with redirect_back
Some instances of process_success/error with :back as a redirect also
need changing, and the redirect_back_or_to helper should be deprecated
and replaced throughout with redirect_back too.