Guest User

Untitled

a guest
May 16th, 2012
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. mongoose getter and socket.io
  2. PersonSchema.methods.toJSON = ->
  3. obj = @toObject()
  4. obj.phone = @phone
  5. obj
Advertisement
Add Comment
Please, Sign In to add comment