mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-26 00:58:47 -05:00
3 lines
102 B
Ruby
3 lines
102 B
Ruby
class UserFieldSerializer < ApplicationSerializer
|
|
attributes :id, :name, :field_type, :editable
|
|
end
|