Skip to content

Instantly share code, notes, and snippets.

@aroman
Created January 12, 2014 18:46
Show Gist options
  • Save aroman/8388674 to your computer and use it in GitHub Desktop.
Save aroman/8388674 to your computer and use it in GitHub Desktop.
User.findOne email: req.body.email, (err, doc) ->
res.send(500) if err
if doc then res.send("IN USE") else res.send("OK")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment