Sha256: fcd928419f92c06e0c4c372d3758ced966024e0f26121fea27da5b8cfbad82ae
Contents?: true
Size: 332 Bytes
Versions: 33
Compression:
Stored size: 332 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 (function() { this.App || (this.App = {}); App.cable = ActionCable.createConsumer(); }).call(this);
Version data entries
33 entries across 33 versions & 2 rubygems