summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorDavid Gay <david@davidgay.org>2021-04-07 22:20:14 -0400
committerDavid Gay <david@davidgay.org>2021-04-07 22:20:14 -0400
commitb1d335e65bfcd813c3565257f8c18f22cdac08dc (patch)
tree90746516cc5fda892345a38a60d66c8b4da19fe2 /config
parent5fc450ebd4249efc15e41b1b152a214697f5f415 (diff)
Hacked together Pokemon generator
Diffstat (limited to 'config')
-rw-r--r--config/routes.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb
index e54ecf2..d577816 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -5,6 +5,7 @@ Rails.application.routes.draw do
namespace :games do
namespace :ptu do
resources :pokemon
+ resources :encounters, only: [:index]
end
end
end