Sha256: 2aa57ac7f1780aec041c06f2383c4031ef6060458e83f2f1f473c782a1ea0ddf
Contents?: true
Size: 333 Bytes
Versions: 8
Compression:
Stored size: 333 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_self //= require_tree ./channels (function() { this.App || (this.App = {}); App.cable = ActionCable.createConsumer(); }).call(this);
Version data entries
8 entries across 8 versions & 1 rubygems