From 3d8b32d90bb6aa55fe54f8519097f2ec9f7e4dfc Mon Sep 17 00:00:00 2001 From: Udit Jindal Date: Thu, 19 Oct 2017 01:41:40 +0530 Subject: [PATCH] fixed doubly typed route --- config/routes.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/config/routes.rb b/config/routes.rb index 0d7e7aec..fcee2564 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -165,7 +165,6 @@ Osem::Application.routes.draw do member do get :registrations patch '/withdraw' => 'proposals#withdraw' - get :registrations patch '/confirm' => 'proposals#confirm' patch '/restart' => 'proposals#restart' end