diff --git a/app/routes/main.coffee b/app/routes/main.coffee index 3b9c8e60..923166dd 100644 --- a/app/routes/main.coffee +++ b/app/routes/main.coffee @@ -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`