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

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