Sha256: a76e00836a6bfd586bdc895c66e62f5facac5b622adef06ff9233856e932b9e9
Contents?: true
Size: 653 Bytes
Versions: 29
Compression:
Stored size: 653 Bytes
Contents
$:.unshift File.expand_path('../../', __FILE__) require 'active_mocker/active_record/scope' require 'active_mocker/active_record/relationships' require 'active_mocker/active_record/unknown_class_method' require 'active_mocker/active_record/unknown_module' require 'active_mocker/active_record/const_missing' module ActiveMocker module ActiveRecord class Base extend Scope extend Relationships extend UnknownClassMethod extend UnknownModule extend ConstMissing def self.const_missing(name) # Logger_.debug "ActiveMocker :: Can't can't find Constant #{name} from class #{}." end end end end
Version data entries
29 entries across 29 versions & 1 rubygems