No commit activity in last 3 years
No release in over 3 years
extend ActiveRecord validations by checking if a string is a valid email address
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.0.0
~> 1.6.4
>= 0
 Project Readme

validate_email_address gem¶ ↑

Source code for Getting started with Gems: How to create a gem for Rails 3 tutorial.

Extend ActiveRecord validations by checking if a string is a valid email address.

Use¶ ↑

In your model:

validates_email_address_of :email

Copyright © 2011 Gal Koren. See LICENSE.txt for further details.