2014-09-25 11:32:08 -04:00
|
|
|
class UserFieldSerializer < ApplicationSerializer
|
2014-10-08 14:38:18 -04:00
|
|
|
attributes :id,
|
|
|
|
:name,
|
|
|
|
:description,
|
|
|
|
:field_type,
|
|
|
|
:editable,
|
2015-01-29 17:38:39 -05:00
|
|
|
:required,
|
|
|
|
:show_on_profile
|
2014-09-25 11:32:08 -04:00
|
|
|
end
|