1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/lib/action_cable/channel.rb
2015-01-19 15:40:32 +05:30

7 lines
202 B
Ruby

module ActionCable
module Channel
autoload :Callbacks, 'action_cable/channel/callbacks'
autoload :Redis, 'action_cable/channel/redis'
autoload :Base, 'action_cable/channel/base'
end
end