5 lines
174 B
Ruby
5 lines
174 B
Ruby
class Suppliers::TableSerializer
|
|
include Qwaiter::SupplierBaseSerializer
|
|
attributes :number, :width, :height, :position_x, :position_y, :section_id#, :active_list_id
|
|
end
|