aboutsummaryrefslogtreecommitdiffstats
path: root/actioncable/lib/rails/generators/channel/templates/application_cable/channel.rb
blob: 17a85f60f990d8497e21f5e042a54fb0ce690627 (plain) (blame)
1
2
3
4
5
6
# Be sure to restart your server when you modify this file. Action Cable runs in
# a loop that does not support auto reloading.
module ApplicationCable
  class Channel < ActionCable::Channel::Base
  end
end