aboutsummaryrefslogtreecommitdiffstats
path: root/actioncable/lib/rails/generators/channel/templates/assets/consumer.coffee
blob: 0e3839518cc7e62d2ef8dea6ecc0da8d6a6468fb (plain) (blame)
1
2
3
4
5
6
#= require action_cable
#= require_self
#= require ./channels

@App ||= {}
App.cable = ActionCable.createConsumer()