podemos-info/census

View on GitHub
app/assets/javascripts/cable.js

Summary

Maintainability
A
0 mins
Test Coverage
//= require action_cable
//= require_self
//= require_tree ./cable

(function() {
  this.App || (this.App = {});

  App.cable = ActionCable.createConsumer();
}).call(this);