Flowdock
method

validation_class?

Importance_0
v2.0.3 - Show latest stable - 0 notes - Class: ActiveRecord::Validations
validation_class?(validation, validation_method) private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activerecord/lib/active_record/validations.rb, line 1023
      def validation_class?(validation, validation_method)
        validation.respond_to?(validation_method)
      end
Register or log in to add new notes.