diff options
Diffstat (limited to 'app/controllers')
| -rw-r--r-- | app/controllers/pokeviewer/pokemon_controller.rb | 3 |
1 files changed, 1 insertions, 2 deletions
| diff --git a/app/controllers/pokeviewer/pokemon_controller.rb b/app/controllers/pokeviewer/pokemon_controller.rb index 0e19c6a..f2d2187 100644 --- a/app/controllers/pokeviewer/pokemon_controller.rb +++ b/app/controllers/pokeviewer/pokemon_controller.rb | |||
| @@ -7,8 +7,7 @@ module Pokeviewer | |||
| 7 | order(trainer_id: :asc). | 7 | order(trainer_id: :asc). |
| 8 | order(box: :asc). | 8 | order(box: :asc). |
| 9 | order(slot: :asc). | 9 | order(slot: :asc). |
| 10 | select(:uuid).distinct. | 10 | joins(:current). |
| 11 | order("pokeviewer_revisions.sequential_id DESC"). | ||
| 12 | includes(:current). | 11 | includes(:current). |
| 13 | chunk do |p| | 12 | chunk do |p| |
| 14 | if p.trainer_id.nil? | 13 | if p.trainer_id.nil? |
