Skip to content

Instantly share code, notes, and snippets.

@joeRinehart
Created September 2, 2012 15:52
Show Gist options
  • Save joeRinehart/3600801 to your computer and use it in GitHub Desktop.
Save joeRinehart/3600801 to your computer and use it in GitHub Desktop.
GrailsValidation
static constraints = {
name( blank: false )
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment