Skip to content

Instantly share code, notes, and snippets.

@benpickles
Forked from olivernn/gist:593354
Created September 23, 2010 09:43
Show Gist options
  • Save benpickles/593407 to your computer and use it in GitHub Desktop.
Save benpickles/593407 to your computer and use it in GitHub Desktop.
Post('post', {
validations: {
presence: ['title', 'body'],
length: {
title: { min: 20 },
body: { max: 2000 }
}
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment