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

4 lines
151 B
Ruby

class Suppliers::SectionAreaSerializer < Qwaiter::Serializer
attributes :title, :width, :height, :position_x, :position_y, :section_id, :rounded
end