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