Module: Ecoportal::API::Common::Content::DoubleModel::DoubleDoc
- Extended by:
- Includer
- Included in:
- Ecoportal::API::Common::Content::DoubleModel
- Defined in:
- lib/ecoportal/api/common/content/double_model/double_doc.rb,
lib/ecoportal/api/common/content/double_model/double_doc/base.rb,
lib/ecoportal/api/common/content/double_model/double_doc/rooted_key.rb,
lib/ecoportal/api/common/content/double_model/double_doc/linkable_doc.rb,
lib/ecoportal/api/common/content/double_model/double_doc/replaceable_doc.rb,
lib/ecoportal/api/common/content/double_model/double_doc/reset_consolidate.rb
Defined Under Namespace
Modules: Base, LinkableDoc, ReplaceableDoc, ResetConsolidate, RootedKey
Class Method Summary collapse
Methods included from Includer
Class Method Details
.included(base) ⇒ Object
16 17 18 19 20 21 22 23 24 |
# File 'lib/ecoportal/api/common/content/double_model/double_doc.rb', line 16 def included(base) super include_missing(base, Base) include_missing(base, RootedKey) include_missing(base, LinkableDoc) include_missing(base, ReplaceableDoc) include_missing(base, ResetConsolidate) end |