madeintandem / hstore_accessor

Adds typed hstore-backed field support to ActiveRecord models.
MIT License
242 stars 47 forks source link

allows you to access individual accessor field values, set bulk via symb... #5

Closed spra85 closed 10 years ago

spra85 commented 10 years ago

...ol key before saving

Before, if you set several values at once by using hstore_attribute= but used symbols as the keys when doing that, you could not individually access values afterwards. This is only a problem before the model is persisted.