windock / fffooo_bear_email_validator

Simple email validator for ActiveModel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fffooo Bear Email Validator

Simple email validator for ActiveModel. Most of code is stolen from ActiveModel tests.

Usage

class User
  include ActiveModel::Validations
  include FffoooBear::Validations

  validates :email, :email => true
end

About

Simple email validator for ActiveModel

License:Do What The F*ck You Want To Public License


Languages

Language:Ruby 100.0%