Sha256: 04d543c45479cf551832ac395f006b4653b800b2d31ea28600351cfcdf772718

Contents?: true

Size: 361 Bytes

Versions: 6

Compression:

Stored size: 361 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

6 entries across 6 versions & 1 rubygems

Version Path
orats-5.1.2 lib/orats/templates/base/app/assets/javascripts/cable.js
orats-5.1.1 lib/orats/templates/base/app/assets/javascripts/cable.js
orats-5.0.3 lib/orats/templates/base/app/assets/javascripts/cable.js
orats-5.0.2 lib/orats/templates/base/app/assets/javascripts/cable.js
orats-5.0.1 lib/orats/templates/base/app/assets/javascripts/cable.js
orats-5.0.0 lib/orats/templates/base/app/assets/javascripts/cable.js