Roughing in measurements
This commit is contained in:
parent
ced3f7d2d2
commit
4f96f4dc07
13 changed files with 109 additions and 2 deletions
7
app/routes/measurements/index.js
Normal file
7
app/routes/measurements/index.js
Normal file
|
@ -0,0 +1,7 @@
|
|||
import Ember from 'ember';
|
||||
|
||||
export default Ember.Route.extend({
|
||||
model: function() {
|
||||
return this.modelFor('strains/show').get('measurements');
|
||||
}
|
||||
});
|
Reference in a new issue