Waiter app progress

This commit is contained in:
2015-03-24 18:40:55 +01:00
parent 90a2a2087b
commit 792a31edfd
11 changed files with 72 additions and 22 deletions
+2 -1
View File
@@ -1,4 +1,5 @@
class Waiter::SectionSerializer < Qwaiter::Serializer
self.root = :section
root 'section'
attributes :title, :path, :width, :height
has_many :tables, serializer: Waiter::TableSerializer
end