Set model on accounts controller for backwards compat
This commit is contained in:
parent
9133555efd
commit
74d1415258
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue
Block a user