Module: Ecoportal::API::Common::Content::DoubleModel::Modifiers
- Extended by:
- Includer
- Included in:
- Ecoportal::API::Common::Content::DoubleModel
- Defined in:
- lib/ecoportal/api/common/content/double_model/modifiers.rb,
lib/ecoportal/api/common/content/double_model/modifiers/rootable.rb,
lib/ecoportal/api/common/content/double_model/modifiers/read_only_able.rb
Defined Under Namespace
Modules: ReadOnlyAble, Rootable
Class Method Summary collapse
Methods included from Includer
Class Method Details
.included(base) ⇒ Object
13 14 15 16 17 |
# File 'lib/ecoportal/api/common/content/double_model/modifiers.rb', line 13 def included(base) super include_missing(base, ReadOnlyAble) include_missing(base, Rootable) end |