hashy_validator 0.1.1
The hashy_validator gem provides the HashyArrayValidator, a custom Active Model validator designed to validate arrays of hashes within ActiveRecord model attributes. Utilizing the HashValidator gem, on top of hash_validator gem. The gem includes a comprehensive test suite using the minitest framework.
Gemfile:
=
install:
=
Runtime Dependencies (2):
activerecord
>= 6.0.0, <= 7.2.0
hash_validator
~> 1.1