Skip to content

Instantly share code, notes, and snippets.

@allthesignals
Created January 1, 2018 22:35
Show Gist options
  • Select an option

  • Save allthesignals/67d0f8b6a6b38b6b097bc796d8feeff4 to your computer and use it in GitHub Desktop.

Select an option

Save allthesignals/67d0f8b6a6b38b6b097bc796d8feeff4 to your computer and use it in GitHub Desktop.
import Ember from 'ember';
export default Ember.Route.extend({
model() {
return {
postsTask: this.store.findAll('post')
};
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment