mirror of
https://github.com/zhigang1992/deployd.git
synced 2026-05-24 13:59:27 +08:00
9 lines
176 B
JavaScript
9 lines
176 B
JavaScript
var Collection = require('../../collection')
|
|
, Group = require('./group')
|
|
;
|
|
|
|
module.exports = Collection.spawn({
|
|
collection: 'groups',
|
|
plugin: 'users',
|
|
model: Group
|
|
}); |