BlockValidator
is a special EachValidator
which
receives a block on initialization and call this block for each attribute
being validated. validates_each
uses this validator.
Methods
- N
Class Public methods
BlockValidator
is a special EachValidator
which
receives a block on initialization and call this block for each attribute
being validated. validates_each
uses this validator.