module.exports = function(Self) { require('../methods/greuge/filter.js')(Self); require('../methods/greuge/total.js')(Self); Self.validatesLengthOf('description', { max: 45, message: 'La description debe tener maximo 45 caracteres' }); };