No need to add renderFirstSync method

This commit is contained in:
Piotr Sarnacki 2014-05-23 17:16:38 +02:00
parent 42becfc019
commit cc8219ba7a

View File

@ -8,9 +8,6 @@ Ember.Router.reopen
@_super(url)
Travis.Route = Ember.Route.extend
renderFirstSync: ->
@transitionTo 'first_sync'
beforeModel: (transition) ->
@auth.autoSignIn() unless @signedIn()
@ -40,7 +37,7 @@ Travis.ApplicationRoute = Travis.Route.extend
return true
renderFirstSync: ->
@renderFirstSync()
@transitionTo 'first_sync'
afterSignIn: ->
if transition = @auth.get('afterSignInTransition')