app/channels/application_cable/channel.rb (4 lines of code) (raw):

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