Merge pull request #256 from sgmap/remove_useless_cable_logic

Cable: remove useless js logic
This commit is contained in:
LeSim 2017-05-05 14:43:15 +02:00 committed by GitHub
commit dfc7872b63

View file

@ -1,13 +0,0 @@
// 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);