User app refactor
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user