aboutsummaryrefslogtreecommitdiffstats
path: root/lib/action_cable/connection.rb
blob: 91fc73713c1c7853e71d8975db3e164feb015265 (plain) (blame)
1
2
3
4
5
6
7
module ActionCable
  module Connection
    autoload :Base, 'action_cable/connection/base'
    autoload :Registry, 'action_cable/connection/registry'
    autoload :Identifier, 'action_cable/connection/identifier'
  end
end