Yuki Takei há 5 anos atrás
pai
commit
3b954bba35
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      src/server/models/attachment.js

+ 1 - 0
src/server/models/attachment.js

@@ -63,4 +63,5 @@ module.exports = function(crowi) {
     return attachment;
   };
 
+  return mongoose.model('Attachment', attachmentSchema);
 };