Dhaval Singh
Dhaval Singh's Blog

Dhaval Singh's Blog

Follow
Follow
homeAbout MePerformance TuningDebugging AdventuresTalksResourcesnewsletter
Tag

active record

#active-record

More content

Read more stories on Hashnode


Articles with this tag

TIL #1 : How to pluck jsonb fileds in Rails

Sep 6, 20211 min read16 views

If you have a jsonb field in your Active record object and you want some nested value you can use pluck Example: Lets say your Users model has a jsonb...

TIL #1 : How to pluck jsonb fileds in Rails