4 lines
107 B
Ruby
4 lines
107 B
Ruby
|
class CurrentConfirmation < ActiveSupport::CurrentAttributes
|
||
|
attribute :procedure_after_confirmation
|
||
|
end
|