0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2024-11-15 14:22:53 +01:00
discourse-custom-wizard/extensions/wizard_step.rb
2021-02-24 18:50:42 +11:00

3 Zeilen
112 B
Ruby

module CustomWizardStepExtension
attr_accessor :title, :description, :key, :permitted, :permitted_message
end