Module: ActiveModel::Validator::Interdependence

Defined in:
lib/activemodel/validator/interdependence.rb

Overview

Methods for monkey patching and extending ActiveModel::Validator

Defined Under Namespace

Modules: CherryPickedClassMethods, ClassMethods

Constant Summary collapse

ACTIVE_MODEL_VALIDATORS =
ActiveModel::EachValidator.descendants.select do |validator|
  validator.name =~ /\AActiveModel::Validations::/
end