2021-03-11 07:30:15 +01:00
|
|
|
# frozen_string_literal: true
|
2020-10-20 07:40:23 +02:00
|
|
|
class CustomWizard::CustomFieldSerializer < ApplicationSerializer
|
2020-11-08 04:24:20 +01:00
|
|
|
attributes :id, :klass, :name, :type, :serializers
|
2021-03-11 07:30:15 +01:00
|
|
|
end
|