Initial commit
[autoform-autocomplete-array.git] / client / app.js
blobb6f0cadf4a4ab098c31eff60d3ad99ed8350d46e
1 Template.body.helpers({
2     matches: function(){
3       return Matches.find().fetch();
4     }
5 });