rubycentral/cfp-app

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

Summary

Maintainability
A
0 mins
Test Coverage
//= require action_cable
//= require_self

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

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