'use strinct'; var Product = require('./model'); module.exports.all = function (req, res, next) { return Product.find({}); }