2016-12-22 21:49:31 +01:00
|
|
|
// 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
|
|
|
|
|
2017-01-02 10:25:47 +01:00
|
|
|
//(function() {
|
2017-04-04 16:15:33 +02:00
|
|
|
// this.App || (this.App = {});
|
2017-01-02 10:25:47 +01:00
|
|
|
//
|
2017-04-04 16:15:33 +02:00
|
|
|
// App.cable = ActionCable.createConsumer();
|
2017-01-02 10:25:47 +01:00
|
|
|
//
|
|
|
|
//}).call(this);
|