Module: Interdependence::CommonMixin

Included in:
Model, Validator
Defined in:
lib/interdependence/common_mixin.rb

Overview

Mixin behavior for managing modules which specify that they depend on other validators.

Defined Under Namespace

Modules: ClassMethods, MixinMethods

Class Method Summary collapse

Class Method Details

.extended(base) ⇒ undefined

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Extends MixinMethods when included

Returns:

  • (undefined)


12
13
14
# File 'lib/interdependence/common_mixin.rb', line 12

def self.extended(base)
  base.extend(MixinMethods)
end