gitignore

This commit is contained in:
Senad Uka
2016-09-03 08:53:39 +02:00
parent 459bce18da
commit 000c824f6b
72 changed files with 1106 additions and 2 deletions

View File

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