method

validation_class?

rails latest stable - Class: ActiveRecord::Validations

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v2.0.3) is shown here.

validation_class?(validation, validation_method)
private

No documentation available.

# File activerecord/lib/active_record/validations.rb, line 1023
      def validation_class?(validation, validation_method)
        validation.respond_to?(validation_method)
      end