Class | ActiveModel::Validations::InclusionValidator |
In: |
lib/active_model/validations/inclusion.rb
|
Parent: | EachValidator |
ERROR_MESSAGE | = | "An object with the method #include? or a proc or lambda is required, " << "and must be supplied as the :in option of the configuration hash" |