1
0
Fork 0
discourse-custom-wizard-unl.../lib/wizard/step.rb
2019-12-05 19:05:21 +11:00

7 Zeilen
Kein EOL
208 B
Ruby

module CustomWizardStepExtension
attr_accessor :title, :description, :key, :permitted, :permitted_message
end
class Wizard::Step
prepend CustomWizardStepExtension if SiteSetting.custom_wizard_enabled
end