mirror of
https://github.com/edcommonwealth/Dashboard.git
synced 2026-03-07 13:38:12 -08:00
17 lines
501 B
JavaScript
17 lines
501 B
JavaScript
(() => {
|
|
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
var __commonJS = (cb, mod) => function __require() {
|
|
return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports;
|
|
};
|
|
|
|
// app/javascript/cable.js
|
|
var require_cable = __commonJS({
|
|
"app/javascript/cable.js"(exports) {
|
|
(function() {
|
|
this.App || (this.App = {});
|
|
App.cable = ActionCable.createConsumer();
|
|
}).call(exports);
|
|
}
|
|
});
|
|
require_cable();
|
|
})();
|