Module: ActiveMocker::ActiveHash::ARApi

Includes:
ActiveHash::ARApi::Init, ActiveHash::ARApi::Update
Defined in:
lib/active_hash/ar_api.rb

Defined Under Namespace

Modules: ClassMethods

Instance Attribute Summary

Attributes included from ActiveHash::ARApi::Init

#associations

Class Method Summary collapse

Methods included from ActiveHash::ARApi::Init

#initialize

Methods included from ActiveHash::ARApi::Update

#update

Class Method Details

.included(base) ⇒ Object



13
14
15
# File 'lib/active_hash/ar_api.rb', line 13

def self.included(base)
  base.extend(ClassMethods)
end