UNPKG

sails-util-mvcsloader

Version:

Load models, controllers, services, policies and config from specified directories and inject them into the main Sails app.

8 lines (7 loc) 147 B
/** * Created by jaumard on 11/05/2015. */ module.exports = function (req, res, next) { console.log('policy test ok'); next(); };