6 lines
109 B
JavaScript
6 lines
109 B
JavaScript
Template.lesionTableRow.helpers({
|
|
'timepoints': function() {
|
|
return Timepoints.find();
|
|
}
|
|
});
|