2014-12-23 21:09:30 -05:00

5 lines
94 B
JavaScript

Template.checkout.helpers({
chromebooks: function() {
return Chromebooks.find();
}
});