Module: Ecoportal::API::Common::Content::DoubleModel::Attributable::Nesting::Embeddable
- Extended by:
- Includer
- Defined in:
- lib/ecoportal/api/common/content/double_model/attributable/nesting/embeddable.rb
Defined Under Namespace
Modules: ClassMethods
Class Method Summary collapse
Methods included from Includer
Class Method Details
.included(base) ⇒ Object
6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
# File 'lib/ecoportal/api/common/content/double_model/attributable/nesting/embeddable.rb', line 6 def included(base) super base.extend Ecoportal::API::Common::Content::ClassHelpers include_missing(base, Ecoportal::API::Common::Content::DoubleModel::VarTracking) include_missing(base, Ecoportal::API::Common::Content::DoubleModel::Modifiers) include_missing(base, Ecoportal::API::Common::Content::DoubleModel::Attributable::Base) include_missing(base, Keyable) include_missing(base, CascadedCallback) base.extend ClassMethods end |