end of day commit

This commit is contained in:
2015-02-25 18:56:45 +01:00
parent c2435695bf
commit 3da5d8eb41
29 changed files with 132 additions and 27 deletions
@@ -0,0 +1,4 @@
class Waiter::SectionSerializer < Qwaiter::Serializer
self.root = :section
attributes :title, :path, :width, :height
end