mirror of
https://github.com/zhigang1992/deployd.git
synced 2026-05-24 22:17:07 +08:00
renamed plugins
This commit is contained in:
9
lib/plugins/users/users.js
Normal file
9
lib/plugins/users/users.js
Normal file
@@ -0,0 +1,9 @@
|
||||
var Collection = require('../../collection')
|
||||
, User = require('./user')
|
||||
;
|
||||
|
||||
module.exports = Collection.spawn({
|
||||
collection: 'users',
|
||||
plugin: 'users',
|
||||
model: User
|
||||
});
|
||||
Reference in New Issue
Block a user