From 03f5ffcd06ba82103327468b1bc6fe9127af8e13 Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Wed, 24 Aug 2016 18:51:36 +0200 Subject: Dockerfile adjustments --- app/assets/javascripts/cable.js | 1 - 1 file changed, 1 deletion(-) (limited to 'app/assets/javascripts/cable.js') diff --git a/app/assets/javascripts/cable.js b/app/assets/javascripts/cable.js index 71ee1e66d..03258761c 100644 --- a/app/assets/javascripts/cable.js +++ b/app/assets/javascripts/cable.js @@ -3,7 +3,6 @@ // //= require action_cable //= require_self -//= require_tree ./channels (function() { this.App || (this.App = {}); -- cgit