cleanup and app layout

This commit is contained in:
Torsten Ruger
2018-04-10 20:08:37 +03:00
parent f6be73bec0
commit aac0be95ca
8 changed files with 37 additions and 42 deletions

View File

@@ -11,6 +11,4 @@
// about supported directives.
//
//= require rails-ujs
//= require activestorage
//= require turbolinks
//= require_tree .

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);