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

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