Files
sx-fc/app/assets/javascripts/cable.js
Aung Myo fc5192157b update
2017-09-01 16:55:51 +06:30

15 lines
374 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
// Temp Disable
(function() {
this.App || (this.App = {});
App.cable = ActionCable.createConsumer();
}).call(this);