Files
grecia/app/controllers/concerns
Javi Martín d639cd587a Remove unnecessary uniq calls
The code `where(id: ids)` is equivalent to `where(id: ids.uniq)`.

Since Rails 5 uses `distinct` instead of `uniq` and in most cases where
we use `uniq` with `pluck` we should simply remove the `uniq` call (as
done in this commit), we're also removing the `Rails/UniqBeforePluck`
rubocop rule.
2019-09-10 22:27:33 +02:00
..
2019-03-27 15:22:14 +01:00
2019-09-10 21:04:56 +02:00
2015-07-15 13:32:13 +02:00
2015-09-04 11:50:29 +02:00
2019-03-25 13:22:35 +01:00
2019-03-13 22:19:49 +01:00