From dcbb8efcde93af6452af77fea6b1038784db477e Mon Sep 17 00:00:00 2001 From: David Gay Date: Mon, 31 May 2021 16:51:47 -0400 Subject: Character resting --- config/routes.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config') diff --git a/config/routes.rb b/config/routes.rb index a860321..88d75ef 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -47,4 +47,6 @@ Rails.application.routes.draw do post "/start_activity", to: "activities#start" post "/stop_activity", to: "game#stop_activity" post "/finish_activity", to: "game#finish_activity" + + post "/toggle_resting", to: "game#toggle_resting" end -- cgit v1.2.3