aboutsummaryrefslogtreecommitdiffstats
path: root/actioncable/lib/rails/generators/channel/templates/application_cable/channel.rb
blob: 1d77819a0f8abde9c3b7050f87a4a6c6385f845e (plain) (blame)
1
2
3
4
5
6
# 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
    # Logic shared between all channels
  end
end