cedricnjanga

Results 1 issues of cedricnjanga

In relation to: https://github.com/devmynd/hstore_accessor/issues/18 Let's say I have a `Car` model with an hstore field called `caracteristics` that contains an integer called `maximum_speed` like this : ```ruby class Car <...