Files
mozo-backend/app/serializers/waiter/table_serializer.rb
T
2025-09-20 17:35:58 -05:00

6 lines
171 B
Ruby

class Waiter::TableSerializer
include Mozo::WaiterBaseSerializer
attributes :number, :width, :height, :position_x, :position_y, :section_id, :needs_help, :active
end