class ActiveRecord::HstoreTypeMismatch
This erro class is used when the user passes a wrong value to a hstore column. Hstore columns accepts hashes or hstore valid strings. It is validated with String#valid_hstore?
method.
This erro class is used when the user passes a wrong value to a hstore column. Hstore columns accepts hashes or hstore valid strings. It is validated with String#valid_hstore?
method.