Skip to content

Instantly share code, notes, and snippets.

@mafis
Created March 26, 2011 08:34
Show Gist options
  • Select an option

  • Save mafis/888136 to your computer and use it in GitHub Desktop.

Select an option

Save mafis/888136 to your computer and use it in GitHub Desktop.
validates_presence_of :name, :on => :create, :message => " can't be blank"
validates_uniqueness_of :name, :on => :create, :message => " already used"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment