Skip to content

Instantly share code, notes, and snippets.

@gregimba
Created March 12, 2013 04:17
Show Gist options
  • Save gregimba/5140317 to your computer and use it in GitHub Desktop.
Save gregimba/5140317 to your computer and use it in GitHub Desktop.
App = Ember.Application.create({});
App.Router.map(function() {
this.route("about", { path: "/about" });
this.route("favorites", { path: "/favs" });
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment