Module: Ecoportal::API::Common::Content::CollectionModel::Model::VarTracking
- Extended by:
- Includer
- Defined in:
- lib/ecoportal/api/common/content/collection_model/model/var_tracking.rb
Defined Under Namespace
Modules: InstanceMethods
Class Method Summary collapse
Methods included from Includer
Class Method Details
.included(base) ⇒ Object
11 12 13 14 15 16 17 18 19 20 |
# File 'lib/ecoportal/api/common/content/collection_model/model/var_tracking.rb', line 11 def included(base) super # to support call to super: include_missing(base, DoubleModel::VarTracking) include_missing(base, Model::Items) include_missing(base, Model::NumericKey) include_missing(base, Model::Cache) base.send(:include, InstanceMethods) end |