Add prop to user model

This commit is contained in:
Berkeley Martinez
2015-12-09 12:56:05 -08:00
parent 2aa611047f
commit 0b4052fc38

View File

@ -123,6 +123,11 @@
"defaut": false,
"description": "Camper is front end certified"
},
"isBackEndCert": {
"type": "boolean",
"default": false,
"description": "Campers is back end certified"
},
"isFullStackCert": {
"type": "boolean",
"default": false,