0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2024-09-20 07:41:11 +02:00
discourse-custom-wizard/extensions/wizard_step.rb
2020-04-29 12:36:44 +10:00

3 Zeilen
Kein EOL
111 B
Ruby

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