231801_test_to_master #1519
|
@ -1,5 +1,5 @@
|
||||||
module.exports = function(Self) {
|
module.exports = function(Self) {
|
||||||
Self.validate('text', isEnabled, {message: 'Description cannot be blank'});
|
Self.validatesPresenceOf('text', isEnabled, {message: 'Description cannot be blank'});
|
||||||
function isEnabled(err) {
|
function isEnabled(err) {
|
||||||
if (!this.text) err();
|
if (!this.text) err();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue