This module wrap the mongoose object to allow storing the named schemas and resource handlers the same way the models are defined and stored.
require('mongoose').schema('article', {});
require('mongoose').resource('article', {});
There was an error while loading. Please reload this page.