1
0
Fork 0
discourse-custom-wizard-unl.../extensions/wizard_step.rb

5 Zeilen
142 B
Ruby

2021-03-11 07:30:15 +01:00
# frozen_string_literal: true
2019-12-05 09:05:21 +01:00
module CustomWizardStepExtension
attr_accessor :title, :description, :key, :permitted, :permitted_message
2021-03-11 07:30:15 +01:00
end