Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-08 19:38:00 +01:00
4 Zeilen
153 B
Ruby
4 Zeilen
153 B
Ruby
# frozen_string_literal: true
|
|
class CustomWizard::CustomFieldSerializer < ApplicationSerializer
|
|
attributes :id, :klass, :name, :type, :serializers
|
|
end
|