5 lines
222 B
Ruby
5 lines
222 B
Ruby
class Suppliers::SectionElementSerializer < Qwaiter::Serializer
|
|
attributes :name, :box_width, :box_height, :dpm, :svg, :position_x, :position_y, :rotation
|
|
has_one :section, serializer: Suppliers::SectionSerializer
|
|
end
|