This website requires JavaScript.
Explore
Help
Sign In
verdnatura
/
salix
Watch
3
Star
4
Fork
You've already forked salix
0
Code
Issues
Pull Requests
57
Releases
Wiki
Activity
b9be0188d8
salix
/
modules
/
client
/
back
/
models
/
bank-entity.js
6 lines
117 B
JavaScript
Raw
Blame
History
module
.
exports
=
Self
=>
{
Self
.
validatesPresenceOf
(
'name'
,
{
message
:
'Name cannot be blank'
}
)
;
}
;
View Git Blame
Copy Permalink