JSON api serializers for suppliers

This commit is contained in:
2015-09-09 19:11:46 +02:00
parent 5cdbe57dec
commit 968d042501
37 changed files with 86 additions and 133 deletions
@@ -1,4 +1,5 @@
class Suppliers::SectionElementSerializer < Qwaiter::Serializer
class Suppliers::SectionElementSerializer
include Qwaiter::SupplierBaseSerializer
attributes :name, :box_width, :box_height, :dpm, :svg, :position_x, :position_y, :rotation
has_one :section, serializer: Suppliers::SectionSerializer
end