Module: ActionController::StashedRedirects
- Extended by:
- ActiveSupport::Concern
- Defined in:
- lib/action_controller/stashed_redirects.rb,
lib/action_controller/stashed_redirects/version.rb
Overview
Pass between different controller flows via stashed redirects
Stash a redirect to execute a controller flow within another and return to the original flow later.
Defined Under Namespace
Classes: MissingRedirectError
Constant Summary collapse
- VERSION =
"0.2.2"- Error =
Allow a general ‘rescue ActionController::StashedRedirects::Error`.
Module.new