discourse/app/models/user_field_serializer.rb

4 lines
102 B
Ruby
Raw Normal View History

class UserFieldSerializer < ApplicationSerializer
attributes :id, :name, :field_type, :editable
end