6 lines
239 B
Ruby
6 lines
239 B
Ruby
class Suppliers::SectionElementSerializer
|
|
include Mozo::SupplierBaseSerializer
|
|
attributes :name, :box_width, :box_height, :dpm, :svg, :position_x, :position_y, :rotation
|
|
has_one :section, serializer: Suppliers::SectionSerializer
|
|
end
|