User.js 326 B

1234567891011121314151617
  1. // module.exports = function(app){
  2. // var mongoose = require('mongoose'),
  3. // Schema = mongoose.Schema,
  4. // conn = new app.bin.mongodb.mongoConn;
  5. // this.Schema = new Schema ({
  6. // nome: String,
  7. // });
  8. // this.query = mongoose.model('users', this.Schema);
  9. // return this;
  10. // mongoose.connection.close();
  11. // }