lukelex/csv_record

how to find one only

Closed this issue · 2 comments

After use find_by_something it returns a array with one result. How could I find one object only?

Hi @uranio-235, this is mostly an experimental gem I've worked on in the past. Do you have a production use case for it or are you just playing around with it?

find_by_* should be doing what you want, otherwise it's a bug.

Fixed by b456964