Sha256: dfb164dc868699212151c8b678816e17efae0ce3009baa7c6399ac136bd91813
Contents?: true
Size: 304 Bytes
Versions: 4
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
4 entries across 4 versions & 1 rubygems