Files
sx-fc/app/channels/application_cable/channel.rb
2017-10-23 11:38:10 +06:30

19 lines
354 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
end