Ember-simple-auth-server response

http://romulomachado.github.io/2015/09/28/using-ember-simple-auth-with-devise.html

I did my login page with above mentioned tutorial, everything is fine, i am able to get response from server the only thing is unable to redirect to my dashboard page after login.

Do you set in your config to redirect to dashboard after successful login?

like :

ENV['ember-simple-auth'] = {     
        routeAfterAuthentication: 'dashboard'
    };