madeintandem / hstore_accessor

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

Added ability to use predicate methods on any type of field #17

Closed crismali closed 10 years ago

crismali commented 10 years ago

The predicate methods behave just like the out-of-the-box ActiveRecord methods. It also ensures that you always get a boolean back from a predicate method (before if you had a boolean field that was nil its predicate method return nil instead of false)

koriroys commented 10 years ago

:+1: