Sha256: e380842d4f4358b5b3c839293c96f4d951e6a63e2304f9fe4a3c8f4864dfea57
Contents?: true
Size: 479 Bytes
Versions: 5
Compression:
Stored size: 479 Bytes
Contents
# Drexed-Validators Validate commonly used attributes easily with drexed-validators. Currently supported validators: currency, email, file_size, hex, HTML, IP, name, password, phone, slug, ssn, url, username, and zipcode ## 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 ```ruby validates :my_email_attribute, email: true ```
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
drexed-validators-0.0.11 | README.md |
drexed-validators-0.0.10 | README.md |
drexed-validators-0.0.9 | README.md |
drexed-validators-0.0.8 | README.md |
drexed-validators-0.0.7 | README.md |