Allow users to confirm their proposal
This commit is contained in:
parent
3181c1c0d8
commit
a9207671b8
3 changed files with 26 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue