Skip to content

Instantly share code, notes, and snippets.

@aiaio
Created March 24, 2009 22:59
Show Gist options
  • Save aiaio/84417 to your computer and use it in GitHub Desktop.
Save aiaio/84417 to your computer and use it in GitHub Desktop.
validates_presence_of :first_name, :if => :should_require_first_name?
validates_uniqueness_of :url_slug, :if => :should_require_url_slug?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment