rename qwaiter to mozo

This commit is contained in:
2025-09-20 17:35:58 -05:00
parent 7212d9041e
commit 0e051b1f93
99 changed files with 189 additions and 168 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
class Suppliers::ListSerializer
include Qwaiter::SupplierBaseSerializer
include Mozo::SupplierBaseSerializer
attributes :state, :needs_help, :needs_payment, :user_requests_closing, :is_paid, :price, :closed_at
has_many :orders, serializer: Suppliers::OrderSerializer