Module: Ecoportal::API::Common::Content::DoubleModel::Attributable::Passthrough
- Extended by:
- Includer
- Defined in:
- lib/ecoportal/api/common/content/double_model/attributable/passthrough.rb
Defined Under Namespace
Modules: ClassMethods
Class Method Summary collapse
Methods included from Includer
Class Method Details
.included(base) ⇒ Object
11 12 13 14 15 16 17 |
# File 'lib/ecoportal/api/common/content/double_model/attributable/passthrough.rb', line 11 def included(base) super include_missing(base, Attributable::Base) base.extend ClassMethods end |