Staszek
Results
1
comments of
Staszek
I've ended up with moving hstore column to separate relation. So now if need to access hstore attributes, will call them directly, by `product.attrs.data` instead of `product.attrs`. Before: ``` ruby...