rename files

This commit is contained in:
Vincent Zhu
2016-03-17 17:13:44 +08:00
parent 03d98dd350
commit b76f744298
2 changed files with 1 additions and 1 deletions
@@ -1,4 +1,4 @@
/// <reference path="./actioncable.d.ts" />
/// <reference path="./rails-actioncable.d.ts" />
App = {};
App.cable = ActionCable.createConsumer();
App.cable.subscriptions.create("NetworkChannel", {});