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
Class Method Summary collapse
Methods included from ActiveHash::ARApi::Init
Methods included from ActiveHash::ARApi::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 |