Closed beetlegius-jt closed 2 years ago
Hi @beetlegius,
there has been in fact a regression in the last release. I've identified the problem and will release a fix shortly. It's because you only select certain fields but not the jsonb field => Product.select(:name)
.
I've just released https://rubygems.org/gems/jsonb_accessor/versions/1.3.4. Thanks for reporting.
Thanks so much! I've already updated that version and it's working fine! 👏👏👏
Hi! I'm reporting this error from the latest update (1.3.3) because it's raising an exception when trying to initialize a record by excluding the jsonb field.
Example: