summaryrefslogtreecommitdiff
path: root/config/routes.rb
diff options
context:
space:
mode:
Diffstat (limited to 'config/routes.rb')
-rw-r--r--config/routes.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb
index 95071d7..71ba34f 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -15,6 +15,10 @@ Rails.application.routes.draw do
resources :locations, only: [:index, :show]
resources :activities, only: [:show]
+ resources :hearth_amenities, only: [] do
+ post "/use", to: "hearth_amenities#use"
+ end
+
resources :characters, only: [:show, :new, :create] do
post "/combat_styles", to: "characters#set_combat_styles"
scope module: :characters do