Skip to content

Instantly share code, notes, and snippets.

@ianpetzer
Created June 11, 2013 09:24
Show Gist options
  • Save ianpetzer/5755600 to your computer and use it in GitHub Desktop.
Save ianpetzer/5755600 to your computer and use it in GitHub Desktop.
App.CategoriesRoute = Ember.Route.extend({
model: function() {
return App.Category.find();
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment