Sha256: 0e0d0bfbf8c4f619114e28489323fe7c2e9625580fc756877bdd12d39c84f7cf
Contents?: true
Size: 359 Bytes
Versions: 7
Compression:
Stored size: 359 Bytes
Contents
// Action Cable provides the framework to deal with WebSockets in Rails. // You can generate new channels where WebSocket features live using the `rails generate channel` command. // //= require action_cable //= require_self // require_tree ./channels (function() { this.App || (this.App = {}); App.cable = ActionCable.createConsumer(); }).call(this);
Version data entries
7 entries across 7 versions & 1 rubygems