diff options
author | David Gay <david@davidgay.org> | 2021-06-13 22:18:43 -0400 |
---|---|---|
committer | David Gay <david@davidgay.org> | 2021-06-13 22:18:43 -0400 |
commit | d349eaa9ce4700f5c71f7266dbbaaceade9dd7c1 (patch) | |
tree | 8a245e74dc450de9c93a9e73882d9635492e20ee /config | |
parent | 03b8bfa53b02754d7c375690d92ed83c1cd661da (diff) |
Move skills to their own page, with a new interface and XP bars
Diffstat (limited to 'config')
-rw-r--r-- | config/routes.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb index fa6d748..22b8299 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -32,6 +32,7 @@ Rails.application.routes.draw do post "/equip", to: "items#equip" post "/use", to: "items#use" end + resources :skills, only: [:index] resources :titles, only: [:index] do post "/activate", to: "titles#activate" end |