Files
openfoodnetwork/app
Matt-Yorkley f1e4612c05 Update deprecated uses of #uniq
Enumerable#uniq is fine (eg calling #uniq on an Array object), but now using #uniq on an ActiveRecord::Relation is deprecated in favour of #distinct (which modifies the query itself, as opposed to iterating over the results of the query).
2021-03-24 11:42:24 +00:00
..
2021-03-16 23:37:24 +00:00
2021-03-24 11:42:24 +00:00
2021-03-04 14:27:02 +00:00