Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-10 12:22:54 +01:00
6 Zeilen
129 B
Ruby
6 Zeilen
129 B
Ruby
# frozen_string_literal: true
|
|
module CustomWizardCustomFieldExtension
|
|
def custom_field_types
|
|
@custom_field_types
|
|
end
|
|
end
|