CnpjValidator

CNPJ validation for ActiveModel

Installation

gem "cnpj_validator"

Usage

class Company < ActiveRecord::Base
  validates :cnpj, :cnpj => true
end

License

Copyright © 2009-2011 Gabriel Sobrinho, released under the MIT license