gavinksong/cs169-cucec

View on GitHub
app/assets/javascripts/channels/conversations.js

Summary

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

this.App = {};

App.cable = ActionCable.createConsumer();