basic user needs closing functionality infrastructure

This commit is contained in:
2014-04-11 11:16:47 +02:00
parent 0942cf4b1d
commit ed27574b77
7 changed files with 31 additions and 9 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
class UserListSerializer < Qwaiter::Serializer
# user ids for facebook pictures
#embed :ids
attributes :state, :needs_help, :needs_payment, :is_paid, :price, :table_id, :table_number, :section_id, :user_ids, :supplier_name
attributes :state, :needs_help, :needs_payment, :user_requests_closing, :is_paid, :price, :table_id, :table_number, :section_id, :user_ids, :supplier_name
#def has_active_orders
#object.has_active_orders?