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