lib/rails/generators/channel/templates/application_cable/channel.rb



module ApplicationCable
  class Channel < ActionCable::Channel::Base
  end
end