Merge pull request #1770 from ud-jindal/master

Fixed typo.
This commit is contained in:
James Mason 2017-10-19 10:07:09 -07:00 committed by GitHub
commit 7113d2440e

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