2014-09-25 23:32:08 +08:00
|
|
|
class UserFieldSerializer < ApplicationSerializer
|
2014-10-09 02:38:18 +08:00
|
|
|
attributes :id,
|
|
|
|
:name,
|
|
|
|
:description,
|
|
|
|
:field_type,
|
|
|
|
:editable,
|
2015-01-30 06:38:39 +08:00
|
|
|
:required,
|
|
|
|
:show_on_profile
|
2014-09-25 23:32:08 +08:00
|
|
|
end
|