Skip to content

Instantly share code, notes, and snippets.

@elsapet
Created May 5, 2015 13:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save elsapet/9408fee10fcd0685a9dd to your computer and use it in GitHub Desktop.
Save elsapet/9408fee10fcd0685a9dd to your computer and use it in GitHub Desktop.
validates :username, uniqueness: true, if: lambda { |user| user.active == true }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment