skill-assessment-app/app/assets/javascripts/cable.js

14 lines
374 B
JavaScript
Raw Permalink Normal View History

2016-07-26 11:59:23 -05:00
// 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
2016-08-09 11:36:52 -05:00
// (function() {
// this.App || (this.App = {});
//
// App.cable = ActionCable.createConsumer();
//
// }).call(this);