Rough in measurements.

This commit is contained in:
Matthew Dillon 2015-01-26 12:11:27 -09:00
parent 1a59456ae9
commit db22b89e6f
6 changed files with 80 additions and 0 deletions

View file

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