Rough in strains.
This commit is contained in:
parent
008d093520
commit
1a59456ae9
7 changed files with 91 additions and 1 deletions
7
app/routes/strains.js
Normal file
7
app/routes/strains.js
Normal file
|
@ -0,0 +1,7 @@
|
|||
import Ember from 'ember';
|
||||
|
||||
export default Ember.Route.extend({
|
||||
model: function() {
|
||||
return this.store.find('strain');
|
||||
}
|
||||
});
|
Reference in a new issue