2018-03-01 10:55:28 +00:00
|
|
|
module.exports = function(Self) {
|
2018-05-11 09:30:05 +00:00
|
|
|
require('../methods/recovery/hasActiveRecovery')(Self);
|
2018-07-04 11:33:40 +00:00
|
|
|
|
|
|
|
Self.validatesPresenceOf('period', {message: 'Period cannot be blank'});
|
2018-03-01 10:55:28 +00:00
|
|
|
};
|