Rough in detail view for characteristics

This commit is contained in:
Matthew Dillon 2015-09-04 10:47:32 -07:00
parent f59de829ee
commit ceccf6e536
9 changed files with 77 additions and 7 deletions

View file

@ -0,0 +1,8 @@
import Ember from 'ember';
export default Ember.Route.extend({
model: function() {
return this.store.findAll('characteristic');
},
});