Upgrades and fixes, maintenance
This commit is contained in:
@@ -6,7 +6,7 @@ class SupplierListSerializer < Qwaiter::Serializer
|
||||
:table_id, :table_number, :section_id, :user_ids, :supplier_id, :closed_at
|
||||
has_many :orders
|
||||
#has_many :product_categories
|
||||
has_one :table, serializer: SupplierTableSerializer
|
||||
#has_one :table, serializer: SupplierTableSerializer # tables are part of the sectoins load
|
||||
has_many :join_requests
|
||||
has_many :users, serializer: SupplierUserSerializer
|
||||
|
||||
|
||||
Reference in New Issue
Block a user