Files
mozo-backend/app/serializers/suppliers/section_element_serializer.rb
T

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