mirror of
https://iceshrimp.dev/blueb/Chuckya-fe-standalone.git
synced 2026-01-12 05:53:14 -08:00
12 lines
330 B
JavaScript
12 lines
330 B
JavaScript
// 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
|
|
|
|
(function() {
|
|
this.App || (this.App = {});
|
|
|
|
App.cable = ActionCable.createConsumer();
|
|
|
|
}).call(this);
|