Sha256: 169af92b6b5a7278c29da66596ccc290a794b5056ab20663e7c9bb032559b90d

Contents?: true

Size: 373 Bytes

Versions: 2

Compression:

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

2 entries across 2 versions & 1 rubygems

Version Path
exception_handler-0.8.0.2 spec/dummy/app/assets/javascripts/cable.js
exception_handler-0.8.0.1 spec/dummy/app/assets/javascripts/cable.js