Skip to content

Instantly share code, notes, and snippets.

@systemist
Created May 4, 2013 02:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save systemist/5515776 to your computer and use it in GitHub Desktop.
Save systemist/5515776 to your computer and use it in GitHub Desktop.
Parse error
TestObject = Parse.Object.extend
className: "TestObject"
validate: (attributes, options) ->
console.log 'validating'
return "foo"
t = new TestObject
t.save()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment