print format update

This commit is contained in:
Yan
2017-06-12 18:19:30 +06:30
parent 7122fb4c81
commit 423776cadd
7 changed files with 99 additions and 90 deletions

View File

@@ -5,9 +5,10 @@
//= require_self
//= require_tree ./channels
(function() {
this.App || (this.App = {});
// Temp Disable
// (function() {
// this.App || (this.App = {});
App.cable = ActionCable.createConsumer();
// App.cable = ActionCable.createConsumer();
}).call(this);
// }).call(this);