Skip to content

Instantly share code, notes, and snippets.

@banker
Created April 17, 2009 21:47
Show Gist options
  • Save banker/97290 to your computer and use it in GitHub Desktop.
Save banker/97290 to your computer and use it in GitHub Desktop.
validates_presence_if :description, :if => :should_validate_description?
validates_numericality_of :age, :if => :should_validate_age?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment