aboutsummaryrefslogtreecommitdiffstats
path: root/lib/assets/javascripts/cable.js.coffee
blob: 0bd1757505bb4001a78507af28ee4b129e8d1585 (plain) (blame)
1
2
3
4
5
6
7
8
#= require_self
#= require cable/consumer

@Cable =
  PING_IDENTIFIER: "_ping"

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