Files
sx-fc/app/channels/application_cable/channel.rb
2017-05-30 19:02:40 +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