aboutsummaryrefslogblamecommitdiffstats
path: root/lib/assets/javascripts/cable.coffee.erb
blob: 8498233c112eaf3ae6206e64517f901c9396edca (plain) (tree)
1
2
3
4
5
6
7
8







                                                
#= require_self
#= require cable/consumer

@Cable =
  INTERNAL: <%= ActionCable::INTERNAL.to_json %>

  createConsumer: (url) ->
    new Cable.Consumer url