ENH: Collection environment measurement (#65)

This commit is contained in:
Matthew Ryan Dillon 2018-01-14 18:01:12 -07:00 committed by GitHub
parent 56f8796eaf
commit 39f4789a61
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 103 additions and 4 deletions

View file

@ -6,7 +6,7 @@ export default Route.extend({
model(params) {
return RSVP.all([
this.get('store').findRecord('collection', params.collection_id, {
include: 'collection-species,datasheets',
include: 'collection-species,datasheets,env-measurements',
})
]);
},