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