mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-12-01 19:37:29 -05:00
3 lines
102 B
Ruby
3 lines
102 B
Ruby
class UserFieldSerializer < ApplicationSerializer
|
|
attributes :id, :name, :field_type, :editable
|
|
end
|