Module: Ecoportal::API::Common::Content::DoubleModel::Attributable
- Extended by:
- Includer
- Included in:
- Ecoportal::API::Common::Content::DoubleModel
- Defined in:
- lib/ecoportal/api/common/content/double_model/attributable.rb,
lib/ecoportal/api/common/content/double_model/attributable/base.rb,
lib/ecoportal/api/common/content/double_model/attributable/simple.rb,
lib/ecoportal/api/common/content/double_model/attributable/enforce.rb,
lib/ecoportal/api/common/content/double_model/attributable/nesting.rb,
lib/ecoportal/api/common/content/double_model/attributable/passthrough.rb
Defined Under Namespace
Modules: Base, Enforce, Nesting, Passthrough, Simple
Class Method Summary collapse
Methods included from Includer
Class Method Details
.included(base) ⇒ Object
15 16 17 18 19 20 21 22 23 |
# File 'lib/ecoportal/api/common/content/double_model/attributable.rb', line 15 def included(base) super include_missing(base, Base) include_missing(base, Passthrough) include_missing(base, Enforce) include_missing(base, Simple) include_missing(base, Nesting) end |