Module: ContentfulModel::Associations::HasManyNested
- Defined in:
- lib/contentful_model/associations/has_many_nested.rb
Overview
Module for Has Many Nested association
Defined Under Namespace
Modules: ClassMethods
Class Method Summary collapse
Class Method Details
.included(base) ⇒ Object
5 6 7 |
# File 'lib/contentful_model/associations/has_many_nested.rb', line 5 def self.included(base) base.extend ClassMethods end |