Skip to content

Instantly share code, notes, and snippets.

@bojicas
Created July 18, 2014 23:39
Show Gist options
  • Select an option

  • Save bojicas/dc318413351246615d34 to your computer and use it in GitHub Desktop.

Select an option

Save bojicas/dc318413351246615d34 to your computer and use it in GitHub Desktop.
app/route/todos.js (todo-ember)
import Ember from 'ember';
export default Ember.Route.extend({
model: function() {
return this.store.find('todo');
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment