aboutsummaryrefslogtreecommitdiff
path: root/testapp/app/channels/application_cable/connection.rb
diff options
context:
space:
mode:
Diffstat (limited to 'testapp/app/channels/application_cable/connection.rb')
-rw-r--r--testapp/app/channels/application_cable/connection.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/testapp/app/channels/application_cable/connection.rb b/testapp/app/channels/application_cable/connection.rb
new file mode 100644
index 0000000..0ff5442
--- /dev/null
+++ b/testapp/app/channels/application_cable/connection.rb
@@ -0,0 +1,4 @@
+module ApplicationCable
+ class Connection < ActionCable::Connection::Base
+ end
+end