Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2025-04-08 08:07:02 +02:00
7 Zeilen
129 B
Ruby
7 Zeilen
129 B
Ruby
![]() |
# frozen_string_literal: true
|
||
|
module CustomWizardCustomFieldExtension
|
||
|
def custom_field_types
|
||
|
@custom_field_types
|
||
|
end
|
||
|
end
|