Add section area color and demo menu export

This commit is contained in:
2015-09-30 17:55:47 +02:00
parent 81d4545104
commit 6588a97560
21 changed files with 372 additions and 15 deletions
@@ -1,5 +1,5 @@
class Suppliers::SectionAreaSerializer
include Qwaiter::SupplierBaseSerializer
attributes :title, :width, :height, :position_x, :position_y, :rounded
attributes :title, :width, :height, :position_x, :position_y, :rounded, :color
has_one :section, serializer: Suppliers::SectionSerializer
end