Sha256: 5a282dc4dcce1b40e7b8b544d957d5294d4ed224daf285c20756c058d6ce690d
Contents?: true
Size: 422 Bytes
Versions: 2
Compression:
Stored size: 422 Bytes
Contents
# -*- encoding : utf-8 -*- $:.unshift(File.dirname(__FILE__)) unless $:.include?(File.dirname(__FILE__)) || $:.include?(File.expand_path(File.dirname(__FILE__))) %w(cpf_cnpj cnpj cpf cpf_cnpj_activerecord).each {|req| require File.dirname(__FILE__) + "/brcpfcnpj/#{req}"} %w(rubygems active_record active_support).each {|req| require req } ActiveRecord::Base.send :include, CpfCnpjActiveRecord module BrCpfCnpj end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
brcpfcnpj-3.0.5 | lib/brcpfcnpj.rb |
brcpfcnpj-3.0.4 | lib/brcpfcnpj.rb |