5 lines
111 B
JavaScript
5 lines
111 B
JavaScript
Template.inventoryTables.helpers({
|
|
containers: function(){
|
|
return Containers.find({owner: this._id});
|
|
}
|
|
}); |