public
Description: Active Record extension for validating email addresses using TMail and MX records.
Homepage:
Clone URL: git://github.com/quamen/validates-as-email.git
Click here to lend your support to: validates-as-email and make a donation at www.pledgie.com !
name age message
file MIT-LICENSE Loading commit data...
file README
file Rakefile
file init.rb
file install.rb
directory lib/
directory tasks/
directory test/
file uninstall.rb
README
ValidatesAsEmail
================

Active Record extension for validating email addresses using TMail and MX records.

Example
=======

class User < ActiveRecord::Base
  
  validates_as_email :email_address
  
end


Copyright (c) 2008 Gareth Townsend, released under the MIT license