mail_validator
Validates email format using regexp
Installation
gem "mail_validator"
Usage
class Customer < ActiveRecord::Base
validates :mail, :mail => true
end
License
Copyright (c) 2010-2012 nohup brasil, released under the MIT license
Project
Validates email format using regexp
gem "mail_validator"
class Customer < ActiveRecord::Base
validates :mail, :mail => true
end
Copyright (c) 2010-2012 nohup brasil, released under the MIT license