Files
sx-fc/app/channels/application_cable/channel.rb
Aung Myo fc5192157b update
2017-09-01 16:55:51 +06:30

15 lines
267 B
Ruby

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
end