No release in over 3 years
Low commit activity in last 3 years
Add some ActiveModel/ActiveRecord validators
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 2.0
~> 13.0

Runtime

~> 6.0, >= 6.0.3.1
~> 0.5.0
 Project Readme

Interage::Validators

Installation

Add this line to your application's Gemfile:

gem 'interage-validators', '~> 0.1.0'

And then execute:

bundle install

Or install it yourself as:

gem install interage-validators

Usage

# app/models/user.rb
class User < ApplicationRecord
  validates :document, cpf: true
end