Created
February 13, 2015 11:36
-
-
Save domachine/7eef4bc67b3af5b6f560 to your computer and use it in GitHub Desktop.
architect-middleware-example
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
architect = require('express-resource-architect') | |
m = architect.middleware() | |
exports.new = [ | |
m.new() | |
m.view 'users/new', true | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment