ActionController::Redirecting

module ActionController::Redirecting

Included modules:
ActionController::UrlFor

Public Instance Methods

redirect_back(fallback_location:, **args) Show source

Redirects the browser to the page that issued the request (the referrer) if possible, otherwise redirects to the provided default fallback location.

The referrer information is pulled from the HTTP `Referer` (sic) header on t