Sha256: 486bd6bdcf73087caacb6f8b6c3f19cebb978ce4a9c32541867ea6937c8a9afa
Contents?: true
Size: 248 Bytes
Versions: 1
Compression:
Stored size: 248 Bytes
Contents
// Load all the channels within this directory and all subdirectories. // Channel files must be named *_channel.js. const channels = require.context('.', true, /_channel\.js$/) channels.keys().forEach(channels) import "channels/component_channel"
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
stimul8-0.1.0 | app/javascript/channels/index.js |