Module: Ecoportal::API::Common::Content::DoubleModel::Attributable::Enforce
- Extended by:
- Includer
- Defined in:
- lib/ecoportal/api/common/content/double_model/attributable/enforce.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 18 19 |
# File 'lib/ecoportal/api/common/content/double_model/attributable/enforce.rb', line 11 def included(base) super base.extend Content::ClassHelpers include_missing(base, Attributable::Passthrough) base.extend ClassMethods base.inheritable_class_vars :model_forced_keys end |