summaryrefslogtreecommitdiff
path: root/app/controllers/games/ptu/pokemon_controller.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers/games/ptu/pokemon_controller.rb')
-rw-r--r--app/controllers/games/ptu/pokemon_controller.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/games/ptu/pokemon_controller.rb b/app/controllers/games/ptu/pokemon_controller.rb
index e5329a7..1b88063 100644
--- a/app/controllers/games/ptu/pokemon_controller.rb
+++ b/app/controllers/games/ptu/pokemon_controller.rb
@@ -1,6 +1,6 @@
class Games::Ptu::PokemonController < ApplicationController
def index
- @pokemons = PtuPokemon.all
+ @pokemons = PtuPokemon.all.order("name ASC")
end
def show