aboutsummaryrefslogtreecommitdiffstats
path: root/lib/action_cable/connection.rb
blob: 102903c6ef3a8e9f22fdefcd2a26af5f6e332135 (plain) (blame)
1
2
3
4
5
6
module ActionCable
  module Connection
    autoload :Base, 'action_cable/connection/base'
    autoload :Registry, 'action_cable/connection/Registry'
  end
end