khiav223577 / deep_pluck

Allow you to pluck attributes from nested associations without loading a bunch of records.
MIT License
460 stars 14 forks source link

Fix: `id` may disappear when plucking at model instance #26

Closed khiav223577 closed 6 years ago

khiav223577 commented 6 years ago

Because need_columns is not passed from preloaded_model See original implement: https://github.com/khiav223577/deep_pluck/pull/19