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
|