fixed doubly typed route

This commit is contained in:
Udit Jindal 2017-10-19 01:41:40 +05:30
parent 7e9d1dbf84
commit 3d8b32d90b

View file

@ -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