Module: Ecoportal::API::Common::Content::CollectionModel::Doc::RootedKey

Extended by:
Includer
Defined in:
lib/ecoportal/api/common/content/collection_model/doc/rooted_key.rb

Defined Under Namespace

Modules: InstanceMethods

Class Method Summary collapse

Methods included from Includer

include_missing

Class Method Details

.included(base) ⇒ Object



11
12
13
14
15
16
17
18
# File 'lib/ecoportal/api/common/content/collection_model/doc/rooted_key.rb', line 11

def included(base)
  super
  # to suport call to super:
  include_missing(base, DoubleModel::DoubleDoc::RootedKey)
  include_missing(base, Doc::Items)
  include_missing(base, CollectionModel::Modifiers::ItemsKey)
  base.send(:include, InstanceMethods)
end