Files
mozo-backend/app/serializers/user_extended_table_serializer.rb
T
2014-03-30 15:55:22 +02:00

7 lines
274 B
Ruby

class UserExtendedTableSerializer < Qwaiter::Serializer
self.root = :table
embed :ids, include: true
attributes :number, :width, :height, :position_x, :position_y, :section_id, :occupied, :needs_help
has_one :supplier, serializer: UserExtendedSupplierSerializer
end