Skip to content

Instantly share code, notes, and snippets.

@davidascher
Created March 18, 2011 05:50
Show Gist options
  • Save davidascher/875667 to your computer and use it in GitHub Desktop.
Save davidascher/875667 to your computer and use it in GitHub Desktop.
TypeError: Object function (err){
if (err === true) {
next();
} else if (err) {
next(err);
} else {
pass(req._route_index+1);
}
} has no method 'render
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment