Class ActiveModel::Validations::InclusionValidator
In: lib/active_model/validations/inclusion.rb
Parent: EachValidator

Methods

Constants

ERROR_MESSAGE = "An object with the method #include? or a proc or lambda is required, " << "and must be supplied as the :in (or :within) option of the configuration hash"

Public Instance methods

[Validate]