givanse / ember-cli-simple-auth-devise

:key: Authenticate to a Rails/Devise server from Ember CLI.
The Unlicense
40 stars 9 forks source link

Call super in beforeModel hook #8

Closed nmax closed 10 years ago

nmax commented 10 years ago

Use this._super to call the application routes beforeModel hook so the ApplicationRouteMixin works properly. (Transistions after login etc.)

givanse commented 10 years ago

Thanks! :100: