Module: Ecoportal::API::Common::Content::CollectionModel::Doc
- Extended by:
- Includer
- Included in:
- Ecoportal::API::Common::Content::CollectionModel
- Defined in:
- lib/ecoportal/api/common/content/collection_model/doc.rb,
lib/ecoportal/api/common/content/collection_model/doc/items.rb,
lib/ecoportal/api/common/content/collection_model/doc/rooted_key.rb
Defined Under Namespace
Modules: Items, RootedKey
Class Method Summary
collapse
Methods included from Includer
include_missing
Class Method Details
.included(base) ⇒ Object
13
14
15
16
17
18
|
# File 'lib/ecoportal/api/common/content/collection_model/doc.rb', line 13
def included(base)
super
include_missing(base, Items)
include_missing(base, RootedKey)
end
|