Flowdock
method

prepare_value_for_validation

Importance_0
v6.1.7.7 - Show latest stable - 0 notes - Class: ActiveModel::EachValidator
prepare_value_for_validation(value, record, attr_name) private

No documentation

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

Hide source
# File activemodel/lib/active_model/validator.rb, line 170
      def prepare_value_for_validation(value, record, attr_name)
        value
      end
Register or log in to add new notes.