Skip to content

Instantly share code, notes, and snippets.

@pierot
Created January 22, 2011 18:25
Show Gist options
  • Select an option

  • Save pierot/791324 to your computer and use it in GitHub Desktop.

Select an option

Save pierot/791324 to your computer and use it in GitHub Desktop.
Rails 3 / 1-line validation
validates :first_name, :presence => true, :length => { :minimum => 2, :maximum => 50 }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment