This commit is contained in:
2015-09-05 14:14:28 +02:00
parent 7336585416
commit e2e883df1d
24 changed files with 62 additions and 44 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
class Users::TableSerializer < Qwaiter::UserBaseSerializer
#self.root = :table
class Users::TableSerializer
include Qwaiter::UserBaseSerializer
attributes :number, :width, :height, :position_x, :position_y, :section_id, :occupied #, :supplier_id #, :alist_id
has_one :supplier, serializer: Users::SupplierSerializer