Spaces:
Build error
Build error
File size: 126 Bytes
def1299 |
1 2 3 4 5 |
class StatusSerializer < ActiveModel::Serializer
attribute(:id) { object.id }
attribute(:description) { object.name }
end
|