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