add out of stock action cable

This commit is contained in:
NyanLinHtut
2020-01-12 15:45:56 +06:30
parent 314cc507a3
commit 8e3f745175
7 changed files with 80 additions and 15 deletions

View File

@@ -8,16 +8,16 @@ module ApplicationCable
# Order Queue Station Channel
class OrderQueueStationChannel < ActionCable::Channel::Base
end
# Order Queue Station Channel
class BillChannel < ActionCable::Channel::Base
end
# Call Waiter Channel
class CallWaiterChannel < ActionCable::Channel::Base
end
end