Module: Ecoportal::API::Common::Content::DoubleModel::Attributable::Nesting::CascadedCallback

Defined in:
lib/ecoportal/api/common/content/double_model/attributable/nesting/cascaded_callback.rb

Defined Under Namespace

Modules: ClassMethods, InstanceMethods

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



4
5
6
7
8
9
10
11
12
# File 'lib/ecoportal/api/common/content/double_model/attributable/nesting/cascaded_callback.rb', line 4

def included(base)
  super

  base.extend Ecoportal::API::Common::Content::ClassHelpers

  base.extend ClassMethods
  base.inheritable_class_vars :_cascaded_attributes
  base.send :include, InstanceMethods
end