standard-rails icon indicating copy to clipboard operation
standard-rails copied to clipboard

👎 on Rails/PluckId

Open miry opened this issue 1 year ago • 0 comments

I found Rails/PluckId could not recognise the cases when pluck is used for Enumerable.

https://apidock.com/rails/Enumerable/pluck

Example of the code:

[{ id: "David" }, { id: "Rafael" }, { id: "Aaron" }].pluck(:id)

miry avatar Feb 25 '24 11:02 miry