add acl controls to models

This commit is contained in:
Berkeley Martinez
2015-06-10 23:59:42 -07:00
parent 147f1d1d37
commit af902799b1
10 changed files with 359 additions and 121 deletions

View File

@ -1,6 +1,6 @@
//var debug = require('debug')('freecc:models:userIdent');
// var debug = require('debug')('freecc:models:userIdent');
//
//module.exports = function(UserIdent) {
// module.exports = function(UserIdent) {
//
// UserIdent.observe('before save', function(ctx, next) {
//
@ -24,4 +24,4 @@
// }
// });
// });
//};
// };