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

5 lines
174 B
Ruby

class UserTableSerializer < Qwaiter::Serializer
self.root = :table
attributes :number, :width, :height, :position_x, :position_y, :section_id, :occupied, :needs_help
end