Module: Ecoportal::API::Common::Content::CollectionModel::Model::Cache
- Extended by:
- Includer
- Defined in:
- lib/ecoportal/api/common/content/collection_model/model/cache.rb
Class Method Summary collapse
Methods included from Includer
Class Method Details
.included(base) ⇒ Object
11 12 13 14 15 16 |
# File 'lib/ecoportal/api/common/content/collection_model/model/cache.rb', line 11 def included(base) super include_missing(base, DoubleModel::VarTracking) include_missing(base, Model::Items) end |