Sha256: 87e6343989ecf2cc83442417c0e9c5b3b90014a22b45a453a56548c982ae6e89

Contents?: true

Size: 397 Bytes

Versions: 1

Compression:

Stored size: 397 Bytes

Contents

$:.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

1 entries across 1 versions & 1 rubygems

Version Path
brcpfcnpj-2.1.11 lib/brcpfcnpj.rb