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

Version Path
gdpr_rails-0.5.1 spec/dummy/app/assets/javascripts/cable.js
gdpr_rails-0.5.0 spec/dummy/app/assets/javascripts/cable.js
gdpr_rails-0.4.0 spec/dummy/app/assets/javascripts/cable.js
gdpr_rails-0.3.4 spec/dummy/app/assets/javascripts/cable.js
gdpr_rails-0.3.3 spec/dummy/app/assets/javascripts/cable.js
gdpr_rails-0.3.2 spec/dummy/app/assets/javascripts/cable.js
gdpr_rails-0.3.1 spec/dummy/app/assets/javascripts/cable.js