module.exports = Self => { Self.validatesPresenceOf('name', { message: 'Name cannot be blank' }); };