Skip to content

Instantly share code, notes, and snippets.

@marcoow
Created October 27, 2013 17:23
Show Gist options
  • Save marcoow/7185289 to your computer and use it in GitHub Desktop.
Save marcoow/7185289 to your computer and use it in GitHub Desktop.
App.Router.map(function() {
this.route('protected');
});
App.ProtectedRoute = Ember.Route.extend(Ember.SimpleAuth.AuthenticatedRouteMixin);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment