Files
sx-fc/app/channels/application_cable/channel.rb
2017-06-03 13:44:10 +06:30

15 lines
253 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 OQSChannel < ActionCable::Channel::Base
end
end