Skip to content

Instantly share code, notes, and snippets.

@sgharms
Created May 24, 2013 21:45
Show Gist options
  • Save sgharms/5646716 to your computer and use it in GitHub Desktop.
Save sgharms/5646716 to your computer and use it in GitHub Desktop.
App.ZazzumIndexRoute = Ember.Route.extend({
model: function() {
return App.Zazzum.find();
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment