aboutsummaryrefslogtreecommitdiffstats
path: root/app/channels/application_cable/channel.rb
blob: 438c84154d21871060bf9e79061d5ab0b0de7f47 (plain)
1
2
3
4
5
# Be sure to restart your server when you modify this file. Action Cable runs in an EventMachine loop that does not support auto reloading.
module ApplicationCable
  class Channel < ActionCable::Channel::Base
  end
end