Skip to content

Instantly share code, notes, and snippets.

@stereosupersonic
Created February 4, 2010 13:20
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stereosupersonic/294604 to your computer and use it in GitHub Desktop.
Save stereosupersonic/294604 to your computer and use it in GitHub Desktop.
validate email adress
validates_format_of :email,
:with => /^([^\s]+)((?:[-a-z0-9]\.)[a-z]{2,})$/i
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment