Class: ActiveMocker::ActiveRecord::Base
- Inherits:
-
Object
- Object
- ActiveMocker::ActiveRecord::Base
- Extended by:
- UnknownClassMethod, UnknownModule, ConstMissing, Relationships, Scope
- Defined in:
- lib/active_mocker/active_record.rb
Class Method Summary collapse
Methods included from Scope
Methods included from Relationships
Methods included from UnknownClassMethod
Methods included from UnknownModule
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 |