Set model on accounts controller for backwards compat

This commit is contained in:
Piotr Sarnacki 2015-03-27 09:06:29 +01:00
parent 9133555efd
commit 74d1415258

View File

@ -11,6 +11,8 @@ Route = TravisRoute.extend
controller.set('user', user)
controller.set('organizations', orgs)
controller.set('model', model)
renderTemplate: ->
@_super.apply(this, arguments)
@render 'profile_accounts', outlet: 'left', into: 'profile'