aboutsummaryrefslogtreecommitdiffstats
path: root/actioncable/lib/rails/generators/channel/templates/application_cable/channel.rb
blob: b44bbb4aabf7e5cbb0d150850467fd75195adbe7 (plain) (blame)
1
2
3
4
5
module ApplicationCable
  class Channel < ActionCable::Channel::Base
    # Logic shared between all channels
  end
end