Skip to content

Instantly share code, notes, and snippets.

@marcoow
Last active December 20, 2015 19:39
Show Gist options
  • Save marcoow/6184676 to your computer and use it in GitHub Desktop.
Save marcoow/6184676 to your computer and use it in GitHub Desktop.
App.SessionDestroyRoute = Ember.Route.extend({
renderTemplate: function(controller, model) {
controller.logout();
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment