6664965961
This allows to redirect the user to the procedure they signed up for even when the browser session is not available (like if they changed of browser). Fix #4738
3 lines
107 B
Ruby
3 lines
107 B
Ruby
class CurrentConfirmation < ActiveSupport::CurrentAttributes
|
|
attribute :procedure_after_confirmation
|
|
end
|