0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2024-11-10 04:12:53 +01:00
discourse-custom-wizard/extensions/wizard_step.rb

3 Zeilen
111 B
Ruby

2019-12-05 09:05:21 +01:00
module CustomWizardStepExtension
attr_accessor :title, :description, :key, :permitted, :permitted_message
end