updates based on F5 testing

This commit is contained in:
2020-03-06 08:35:12 -05:00
parent 8288595b3f
commit f1ef618dae
18 changed files with 66 additions and 32 deletions
@@ -2,4 +2,5 @@ class Users::SupplierSerializer
include Qwaiter::UserBaseSerializer
attributes :open, :name, :orders_placed_count, :orders_in_process_count, :user_message
has_many :product_categories, serializer: Users::ProductCategorySerializer
related_link_for :product_categories
end