Guest User

Untitled

a guest
Nov 18th, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. App.private_conversation = App.cable.subscriptions.create("Private::ConversationChannel", {
  2. connected: function() {},
  3. disconnected: function() {},
  4. received: function(data) {}
  5. });
Add Comment
Please, Sign In to add comment