From 956069d20fc1d2dd008b338a43c07ec170a6ba7c Mon Sep 17 00:00:00 2001 From: Ariana Bray Date: Wed, 15 May 2019 11:04:10 -0700 Subject: [PATCH] added test comment --- config/routes.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/routes.rb b/config/routes.rb index 4768a64bd..34c8f2434 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -5,3 +5,5 @@ root to: 'tasks#index' post '/tasks/:id/complete', to: 'tasks#complete', as: 'complete_task' end + +# this is a test