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

Deal with the parameter handling which was changed in Rails 7.0.6 #63

Closed khiav223577 closed 10 months ago

khiav223577 commented 10 months ago

Resolve #62

It was fixed in pluck_all, so we update the dependency.

See: https://github.com/khiav223577/pluck_all/pull/61