6 lines
171 B
Ruby
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
|