Rough in strains.

This commit is contained in:
Matthew Dillon 2015-01-26 09:50:34 -09:00
parent 008d093520
commit 1a59456ae9
7 changed files with 91 additions and 1 deletions

7
app/routes/strains.js Normal file
View file

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