5 lines
173 B
Ruby
5 lines
173 B
Ruby
class Waiter::TableSerializer
|
|
include Qwaiter::WaiterBaseSerializer
|
|
attributes :number, :width, :height, :position_x, :position_y, :section_id, :needs_help, :active
|
|
end
|