Drexed-Validators

Validate commonly used attributes easily with drexed-validators.

Currently supported validators: email, url

Installation

Add this line to your application's Gemfile:

gem 'drexed-validators'

And then execute:

$ bundle

Or install it yourself as:

$ gem install drexed-validators

Usage

validates :my_email_attribute, email: true