aboutsummaryrefslogtreecommitdiff
path: root/testapp/app/assets/javascripts/cable.js
blob: 739aa5f022071bfaefac9de447f6250b5d83dd83 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// 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.
//
//= require action_cable
//= require_self
//= require_tree ./channels

(function() {
  this.App || (this.App = {});

  App.cable = ActionCable.createConsumer();

}).call(this);