Skip to content

Instantly share code, notes, and snippets.

@Blackmist
Created May 9, 2013 17:04
Show Gist options
  • Save Blackmist/5548877 to your computer and use it in GitHub Desktop.
Save Blackmist/5548877 to your computer and use it in GitHub Desktop.
snippet for ember.js example route
App.Router.map(function () {
// put your routes here
this.resource('posts');
this.resource('newpost');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment