Rough in detail view for characteristics
This commit is contained in:
parent
f59de829ee
commit
ceccf6e536
9 changed files with 77 additions and 7 deletions
8
app/pods/protected/characteristics/index/route.js
Normal file
8
app/pods/protected/characteristics/index/route.js
Normal file
|
@ -0,0 +1,8 @@
|
|||
import Ember from 'ember';
|
||||
|
||||
export default Ember.Route.extend({
|
||||
model: function() {
|
||||
return this.store.findAll('characteristic');
|
||||
},
|
||||
|
||||
});
|
Reference in a new issue