ENH: Collection environment measurement (#65)
This commit is contained in:
parent
56f8796eaf
commit
39f4789a61
10 changed files with 103 additions and 4 deletions
|
@ -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',
|
||||
})
|
||||
]);
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue