sqm-dashboards/app/assets/javascripts/cable.js
Jared Cosulich 6ad1caf3cd first commit
2017-02-23 12:52:56 -05:00

13 lines
358 B
JavaScript

// 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);