aboutsummaryrefslogtreecommitdiffstats
path: root/lib/action_cable/channel.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/action_cable/channel.rb')
-rw-r--r--lib/action_cable/channel.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/action_cable/channel.rb b/lib/action_cable/channel.rb
new file mode 100644
index 0000000000..a54302d30f
--- /dev/null
+++ b/lib/action_cable/channel.rb
@@ -0,0 +1,6 @@
+module ActionCable
+ module Channel
+ autoload :Callbacks, 'action_cable/channel/callbacks'
+ autoload :Base, 'action_cable/channel/base'
+ end
+end