minor fixes and reload button

This commit is contained in:
2014-09-01 10:12:34 +02:00
parent 21cd3b71ea
commit f76c883bb9
9 changed files with 31 additions and 13 deletions
@@ -19,7 +19,7 @@ class UserExtendedListSerializer < Qwaiter::Serializer
has_many :orders
#has_many :product_categories
has_one :table, serializer: UserExtendedTableSerializer # this one add a lot of stuff
has_many :join_requests
has_many :join_requests, serializer: JoinRequestSerializer
has_many :users, serializer: UserUserSerializer
#has_one :supplier # added by other resource