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