Module: Ecoportal::API::Common::Content::CollectionModel::Model::NumericKey
- Extended by:
- Includer
- Defined in:
- lib/ecoportal/api/common/content/collection_model/model/numeric_key.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 |
# File 'lib/ecoportal/api/common/content/collection_model/model/numeric_key.rb', line 11 def included(base) super # to be able to call super: include_missing(base, CollectionModel::Modifiers::ItemsKey) include_missing(base, Model::Iterable) base.send(:include, InstanceMethods) end |