salix/modules/worker/back/models/worker-observation.js

6 lines
131 B
JavaScript

module.exports = function(Self) {
Self.validatesPresenceOf('text', {
message: 'Description cannot be blank'
});
};