You are here: Browse Railsplugins Validates Email Format Of
= Validates email format
Validate various formats of email address against RFC 2822.
Usage class Person < ActiveRecord::Base validates_email_format_of :email end TestingTo execute the unit tests run rake test.
The unit tests for this plugin use an in-memory sqlite3 database.
Resources = Subversion== Credits
Written by Alex Dunae (dunae.ca), 2006.
NOTE: This description has been extracted from the Plugin README and so the formatting may need updating to make browser friendly