Fixes cfp form

This commit is contained in:
Chrisbr 2014-04-28 20:52:02 +02:00
parent ba2051afc7
commit 169fab5c31
4 changed files with 8 additions and 12 deletions

View file

@ -16,8 +16,6 @@ Osem::Application.routes.draw do
put "/registrations/edit" => "registrations#update"
delete "/registrations" => "registrations#delete"
put "/registrations/change_field" => "registrations#change_field"
#get "/emailsettings" => "emails#show", :as => "email_settings"
#put "/emailsettings" => "emails#update"
get "/venue" => "venue#show", :as => "venue_info"
put "/venue" => "venue#update", :as => "venue_update"
get "/dietary_choices" => "dietchoices#show", :as => "dietary_list"
@ -25,9 +23,6 @@ Osem::Application.routes.draw do
get "/volunteers_list" => "volunteers#show"
get "/volunteers" => "volunteers#index", :as => "volunteers_info"
put "/volunteers" => "volunteers#update", :as => "volunteers_update"
get "/cfp" => "callforpapers#show", :as => "cfp_info"
put "/cfp" => "callforpapers#update", :as => "cfp_update"
post "/cfp" => "callforpapers#create", :as => "cfp_create"
resources :difficulty_levels, :only => [ :show, :update, :index ]
resources :rooms, :only => [ :show, :update, :index ]
@ -36,6 +31,7 @@ Osem::Application.routes.draw do
resources :social_events, :only => [ :show, :update, :index ]
resources :supporter_levels, :only => [ :show, :update, :index ]
resources :emails, :only => [ :show, :update, :index ]
resources :callforpapers, :only => [ :show, :update, :index ]
put "/questions/update_conference" => "questions#update_conference"
resources :questions
resources :events do