byroot / activerecord-typedstore

ActiveRecord::Store but with type definition
MIT License
439 stars 57 forks source link

Validations with arrays #18

Closed davoclavo closed 10 years ago

davoclavo commented 10 years ago

How would you use a validator to check format of elements in an array?

Thanks in advance!

byroot commented 10 years ago

I'm afraid you have to write a custom validator.

Something like that: http://stackoverflow.com/questions/19912694/rails-validating-values-in-array

davoclavo commented 10 years ago

Thanks a lot :+1: