1
0
Fork 0
discourse-custom-wizard-unl.../lib/custom_wizard/extensions/custom_field/extension.rb
2022-03-12 14:00:07 +01:00

7 Zeilen
129 B
Ruby

# frozen_string_literal: true
module CustomWizardCustomFieldExtension
def custom_field_types
@custom_field_types
end
end