Merge branch 'master' into currency_chf

This commit is contained in:
James Mason 2017-10-19 11:55:30 -07:00 committed by GitHub
commit 58f7e60dba

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