demarches-normaliennes/app/models/current_confirmation.rb

5 lines
134 B
Ruby
Raw Normal View History

class CurrentConfirmation < ActiveSupport::CurrentAttributes
attribute :procedure_after_confirmation
attribute :prefill_token
end