summaryrefslogtreecommitdiff
path: root/app/controllers/games/ptu/encounters_controller.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers/games/ptu/encounters_controller.rb')
-rw-r--r--app/controllers/games/ptu/encounters_controller.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/games/ptu/encounters_controller.rb b/app/controllers/games/ptu/encounters_controller.rb
index a7da852..07d6c7f 100644
--- a/app/controllers/games/ptu/encounters_controller.rb
+++ b/app/controllers/games/ptu/encounters_controller.rb
@@ -1,6 +1,6 @@
class Games::Ptu::EncountersController < ApplicationController
def index
- @pokemons = PtuPokemon.all
+ @pokemons = PtuPokemon.all.order("name ASC")
if params[:commit]
@results = []
pokemon = PtuPokemon.find(params[:pokemon])