Files
sx-fc/app/channels/application_cable/channel.rb
2020-01-12 15:45:56 +06:30

24 lines
434 B
Ruby
Executable File

module ApplicationCable
class Channel < ActionCable::Channel::Base
end
# Order Queue Station Channel
class OrderChannel < ActionCable::Channel::Base
end
# 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