module ActionCable module Connection autoload :Base, 'action_cable/connection/base' autoload :Registry, 'action_cable/connection/registry' autoload :Identifier, 'action_cable/connection/identifier' end end