module ActionCable module Connection extend ActiveSupport::Autoload eager_autoload do autoload :Authorization autoload :Base autoload :Identification autoload :InternalChannel autoload :MessageBuffer autoload :WebSocket autoload :Subscriptions autoload :TaggedLoggerProxy end end end