From 88bd4f77db3a4372c118a9faef613615db66bc52 Mon Sep 17 00:00:00 2001 From: David Gay Date: Sat, 22 May 2021 14:32:38 -0400 Subject: Titles --- config/routes.rb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config') diff --git a/config/routes.rb b/config/routes.rb index 8f0513e..e29f9e9 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -18,6 +18,9 @@ Rails.application.routes.draw do resources :characters, only: [:show, :new, :create] do scope module: :characters do resources :items, only: [:index] + resources :titles, only: [:index] do + post "/activate", to: "titles#activate" + end get "/hearth", to: "hearth#index" end end -- cgit v1.2.3