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
+2 -1
View File
@@ -1,4 +1,5 @@
class Waiter::TableSerializer
include Qwaiter::WaiterBaseSerializer
include Mozo::WaiterBaseSerializer
attributes :number, :width, :height, :position_x, :position_y, :section_id, :needs_help, :active
end