debian-mirror-gitlab/debian/gems-compat/actioncable-5.1.6.1/lib/action_cable/subscription_adapter.rb

10 lines
169 B
Ruby
Raw Normal View History

module ActionCable
module SubscriptionAdapter
extend ActiveSupport::Autoload
autoload :Base
autoload :SubscriberMap
autoload :ChannelPrefix
end
end