aboutsummaryrefslogtreecommitdiffstats
path: root/app/assets/javascripts/cable.coffee
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/javascripts/cable.coffee')
-rw-r--r--app/assets/javascripts/cable.coffee11
1 files changed, 0 insertions, 11 deletions
diff --git a/app/assets/javascripts/cable.coffee b/app/assets/javascripts/cable.coffee
deleted file mode 100644
index 49a7cfa..0000000
--- a/app/assets/javascripts/cable.coffee
+++ /dev/null
@@ -1,11 +0,0 @@
-# Action Cable provides the framework to deal with WebSockets in Rails.
-# You can generate new channels where WebSocket features live using the rails generate channel command.
-#
-# Turn on the cable connection by removing the comments after the require statements (and ensure it's also on in config/routes.rb).
-#
-#= require action_cable
-#= require_self
-#= require_tree ./channels
-#
-# @App ||= {}
-# App.cable = ActionCable.createConsumer()