Better supplier ember section workflow

This commit is contained in:
2014-07-02 15:44:51 +02:00
parent 8ab355460c
commit 627e0e891d
14 changed files with 115 additions and 6 deletions
@@ -0,0 +1,4 @@
class SupplierSectionSerializer < Qwaiter::Serializer
root 'section'
attributes :title, :path, :width, :height
end