initial copy commit

This commit is contained in:
2017-12-21 11:36:52 +01:00
commit 659da24af3
135 changed files with 3288 additions and 0 deletions
@@ -0,0 +1,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);