mirror of
https://github.com/discourse/discourse.git
synced 2025-02-01 01:37:47 +08:00
9 lines
192 B
Ruby
9 lines
192 B
Ruby
class UserFieldSerializer < ApplicationSerializer
|
|
attributes :id,
|
|
:name,
|
|
:description,
|
|
:field_type,
|
|
:editable,
|
|
:required
|
|
end
|