Method: ActiveModel::Model::Interdependence::ClassMethods#active_model_validates_with

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

#active_model_validates_with(*args) ⇒ 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.

Expose Interdependence::ActiveModel::ClassMethods#validates_with's supermethod

Returns:

  • (undefined)


47
48
49
# File 'lib/activemodel/model/interdependence.rb', line 47

def active_model_validates_with(*args)
  super_method(:validates_with, *args)
end