mirror of
https://github.com/discourse/discourse.git
synced 2025-05-08 13:23:07 +08:00
4 lines
102 B
Ruby
4 lines
102 B
Ruby
class UserFieldSerializer < ApplicationSerializer
|
|
attributes :id, :name, :field_type, :editable
|
|
end
|