railties/lib/rails/generators/rails/app/templates/app/channels/application_cable/channel.rb.tt

Summary

Maintainability
Test Coverage
module ApplicationCable
  class Channel < ActionCable::Channel::Base
  end
end