Files
DiceCloud/rpg-docs/client/views/inventory/inventoryTables/inventoryTables.js
2014-11-12 11:11:45 +00:00

5 lines
111 B
JavaScript

Template.inventoryTables.helpers({
containers: function(){
return Containers.find({owner: this._id});
}
});