Skip to content

Instantly share code, notes, and snippets.

@domachine
Created February 13, 2015 11:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save domachine/491eebc30373675898f5 to your computer and use it in GitHub Desktop.
Save domachine/491eebc30373675898f5 to your computer and use it in GitHub Desktop.
architect-way-route-registration
architect = require('express-resource-architect')
mongoose = require('mongoose')
resource = architect(app)
resource mongoose.model('User'), require('./controllers/users')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment