Sha256: b0518cb46ab217e95aafd872d2152a028eb040511e545d81e67ddccf8221f677

Contents?: true

Size: 258 Bytes

Versions: 2

Compression:

Stored size: 258 Bytes

Contents

== Usage

Add to your Gemfile:

  gem 'email_validator'

Run:

  bundle install

The add the following to your model:

  validates :my_email_attribute, :email => true

== Credit

Based on http://thelucid.com/2010/01/08/sexy-validation-in-edge-rails-rails-3/

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
email_validator-1.0.0 README.rdoc
email_validator-0.0.0.pre1 README.rdoc