Skip to content

Instantly share code, notes, and snippets.

@ilake
Created March 10, 2010 02:53
Show Gist options
  • Select an option

  • Save ilake/327458 to your computer and use it in GitHub Desktop.

Select an option

Save ilake/327458 to your computer and use it in GitHub Desktop.
class Account < ActiveRecord::Base
validates_uniqueness_of :email,:case_sensitive => false
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment