Sha256: dfb164dc868699212151c8b678816e17efae0ce3009baa7c6399ac136bd91813
Contents?: true
Size: 304 Bytes
Versions: 2
Compression:
Stored size: 304 Bytes
Contents
// Expose action cable //= require actioncable //= require_self //= require_tree ../channels // import * as ActionCable from '@rails/actioncable' ActionCable.logger.enabled = false; window.App || (window.App = {}); window.App.cable = ActionCable.createConsumer(); console.log("Action Cable Exposed");
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
thecore_ui_rails_admin-3.2.9 | app/assets/javascripts/channels/index.js |
thecore_ui_rails_admin-3.2.8 | app/assets/javascripts/channels/index.js |