Module: CouchRest::Model::Associations
- Included in:
- Base
- Defined in:
- lib/couchrest/model/associations.rb
Defined Under Namespace
Modules: ClassMethods
Class Method Summary collapse
-
.included(base) ⇒ Object
Basic support for relationships between CouchRest::Model::Base.
Class Method Details
.included(base) ⇒ Object
Basic support for relationships between CouchRest::Model::Base
7 8 9 |
# File 'lib/couchrest/model/associations.rb', line 7 def self.included(base) base.extend(ClassMethods) end |