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

Version Path
self-auth-rails-0.1.6 app/assets/config/self-auth-rails/cable.js
self-auth-rails-0.1.5 app/assets/config/self-auth-rails/cable.js
self-auth-rails-0.1.4 app/assets/config/self-auth-rails/cable.js
self-auth-rails-0.1.3 app/assets/config/self-auth-rails/cable.js
self-auth-rails-0.1.2 app/assets/config/self-auth-rails/cable.js
self-auth-rails-0.1.1 app/assets/config/self-auth-rails/cable.js