UNPKG

@nois/sails-util-mvcsloader

Version:

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

13 lines 287 B
/** * Created by jaumard on 11/05/2015. */ module.exports = { /** * Can be overrided on ExampleController.js file on your sails server * @param req * @param res */ test: function (req, res) { console.log('test method on ExampleController'); } };