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