Class: ActiveRecord::HstoreTypeMismatch

Inherits:
ActiveRecordError
  • Object
show all
Defined in:
lib/activerecord_postgres_hstore_core/activerecord.rb

Overview

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.