Skip to content

Commit

Permalink
Merge branch 'master' of github.com:madhums/node-express-mongoose-demo
Browse files Browse the repository at this point in the history
  • Loading branch information
madhums committed Jul 27, 2015
2 parents 0cdf842 + d29e733 commit ecf6c66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/users.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ exports.create = function (req, res) {
user.save(function (err) {
if (err) {
return res.render('users/signup', {
error: utils.errors(err.errors),
errors: utils.errors(err.errors),
user: user,
title: 'Sign up'
});
Expand Down

0 comments on commit ecf6c66

Please sign in to comment.