Module: Ecoportal::API::Common::Content::DoubleModel::DoubleDoc::Base
- Extended by:
- Includer
- Defined in:
- lib/ecoportal/api/common/content/double_model/double_doc/base.rb
Class Method Summary collapse
Methods included from Includer
Class Method Details
.included(base) ⇒ Object
11 12 13 14 15 |
# File 'lib/ecoportal/api/common/content/double_model/double_doc/base.rb', line 11 def included(base) super include_missing(base, DoubleModel::Modifiers) end |