We can use @pusher directly, no need for @get

This commit is contained in:
Piotr Sarnacki 2015-02-16 14:14:59 +01:00
parent 1105981e7d
commit 9601d53ad6

View File

@ -20,6 +20,6 @@ Route = TravisRoute.extend
activate: ->
# subscribe to pusher only if we're at a main route
unless config.pro
@get('pusher').subscribeAll(['common'])
@pusher.subscribeAll(['common'])
`export default Route`