aboutsummaryrefslogtreecommitdiffstats
path: root/actioncable/lib/action_cable/subscription_adapter.rb
blob: 596269ab9bf316fd81049d3c4320ebebb69883f7 (plain) (blame)
1
2
3
4
5
6
7
8
9
module ActionCable
  module SubscriptionAdapter
    extend ActiveSupport::Autoload

    autoload :Base
    autoload :SubscriberMap
    autoload :ChannelPrefix
  end
end