diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2016-08-24 18:51:36 +0200 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2016-08-24 18:51:36 +0200 |
commit | 03f5ffcd06ba82103327468b1bc6fe9127af8e13 (patch) | |
tree | e7a9cf9128c60fb99f5543bf8ee0a30fbebfd761 /app | |
parent | 49520d6e627e49a1f9f1b8cfa9b323450307fcc6 (diff) |
Dockerfile adjustments
Diffstat (limited to 'app')
-rw-r--r-- | app/assets/javascripts/cable.js | 1 |
1 files changed, 0 insertions, 1 deletions
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 = {}); |