-
-
Save anka/232fbd0d913b7d699184e461f6c798d3 to your computer and use it in GitHub Desktop.
Main action cable javascript file
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//= require action_cable | |
//= require_self | |
(function() { | |
this.App || (this.App = {}); | |
App.cable = ActionCable.createConsumer(); | |
}).call(this); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment