Class: ActiveMocker::ActiveRecord::Base

Inherits:
Object
  • Object
show all
Extended by:
UnknownClassMethod, UnknownModule, ConstMissing, Relationships, Scope
Defined in:
lib/active_mocker/active_record.rb

Class Method Summary collapse

Methods included from Scope

scope

Methods included from Relationships

relationships

Methods included from UnknownClassMethod

method_missing

Methods included from UnknownModule

extend, include

Class Method Details

.const_missing(name) ⇒ Object



17
18
19
# File 'lib/active_mocker/active_record.rb', line 17

def self.const_missing(name)
  # Logger_.debug "ActiveMocker :: Can't can't find Constant #{name} from class #{}."
end