demarches-normaliennes/app/models/current_confirmation.rb
2024-08-22 09:26:48 +02:00

6 lines
165 B
Ruby

# frozen_string_literal: true
class CurrentConfirmation < ActiveSupport::CurrentAttributes
attribute :procedure_after_confirmation
attribute :prefill_token
end