From 9b2acceda7e36946f9bb15ff8d1a93f9c45a964f Mon Sep 17 00:00:00 2001 From: David Gay Date: Wed, 26 May 2021 19:26:00 -0400 Subject: Combat styles --- config/routes.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'config') diff --git a/config/routes.rb b/config/routes.rb index 514ab2e..95071d7 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -16,6 +16,7 @@ Rails.application.routes.draw do resources :activities, only: [:show] resources :characters, only: [:show, :new, :create] do + post "/combat_styles", to: "characters#set_combat_styles" scope module: :characters do post "/items/unequip/:slot", to: "items#unequip", as: :item_unequip resources :items, only: [:index] do -- cgit v1.2.3