about summary refs log tree commit diff stats
path: root/app/controllers
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers')
-rw-r--r--app/controllers/pokeviewer/pokemon_controller.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/pokeviewer/pokemon_controller.rb b/app/controllers/pokeviewer/pokemon_controller.rb index ef421ac..44ee791 100644 --- a/app/controllers/pokeviewer/pokemon_controller.rb +++ b/app/controllers/pokeviewer/pokemon_controller.rb
@@ -7,7 +7,7 @@ module Pokeviewer
7 end 7 end
8 8
9 def show 9 def show
10 @pokemon = Pokemon.find_by_uuid params[:id] 10 @pokemon = Pokemon.find_by_uuid! params[:id]
11 end 11 end
12 end 12 end
13end 13end