Allow users to confirm their proposal

This commit is contained in:
Matt Barringer 2013-01-08 08:51:34 +01:00
parent 3181c1c0d8
commit a9207671b8
3 changed files with 26 additions and 2 deletions

View file

@ -33,6 +33,7 @@ Osem::Application.routes.draw do
resources :conference, :only => [] do
resources :proposal do
resources :event_attachment, :controller => "EventAttachments"
put "/confirm" => "proposal#confirm"
end
member do
get "/register" => "ConferenceRegistration#register"