mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-26 06:41:22 -04:00
3 lines
116 B
Ruby
3 lines
116 B
Ruby
class UserFieldSerializer < ApplicationSerializer
|
|
attributes :id, :name, :description, :field_type, :editable
|
|
end
|