User app refactor

This commit is contained in:
2014-08-28 14:53:24 +02:00
parent 0dcbc4151c
commit 40d06156fa
13 changed files with 26 additions and 20 deletions
@@ -18,7 +18,7 @@ class UserExtendedListSerializer < Qwaiter::Serializer
end
has_many :orders
#has_many :product_categories
has_one :table, serializer: UserExtendedTableSerializer
has_one :table, serializer: UserExtendedTableSerializer # this one add a lot of stuff
has_many :join_requests
has_many :users, serializer: UserUserSerializer
#has_one :supplier # added by other resource