demarches-normaliennes/app/models/current_confirmation.rb
Pierre de La Morinerie 6664965961 mailers: add procedure context to the confirmation link
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
2020-02-25 11:45:36 +00:00

3 lines
107 B
Ruby

class CurrentConfirmation < ActiveSupport::CurrentAttributes
attribute :procedure_after_confirmation
end