Skip to content
Permalink
Branch: ember-2
Find file Copy path
Find file Copy path
Fetching contributors…
Cannot retrieve contributors at this time
7 lines (6 sloc) 128 Bytes
import Ember from 'ember';
export default Ember.Route.extend({
model() {
return this.store.findAll('boardgame')
},
});
You can’t perform that action at this time.