Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 97 Bytes

all_uniq_values_pluck.md

File metadata and controls

5 lines (4 loc) · 97 Bytes

fetch all uniq values from a column

Location.order(:country).distinct.pluck(:country)