class
ActiveModel::EachValidator
v3.0.0 -
Show latest stable
- Superclass: Validator
EachValidator is a validator which iterates through the attributes given in the options hash invoking the validate_each method passing in the record, attribute and value.
All Active Model validations are built on top of this Validator.
Attributes
| [R] | attributes |
Files
- activemodel/lib/active_model/validator.rb