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