Add difficulty levels

This commit is contained in:
Stella 2014-02-23 16:09:09 +02:00
parent 4356616566
commit 5b35e25ecd
15 changed files with 119 additions and 3 deletions

View file

@ -35,6 +35,8 @@ Osem::Application.routes.draw do
post "/cfp" => "callforpapers#create", :as => "cfp_create"
get "/event_types" => "eventtype#show", :as => "eventtype_list"
put "/event_types" => "eventtype#update", :as => "eventtype_update"
put "/difficulty_levels" => "difficulty_levels#update"
resources :difficulty_levels
resources :events do
member do
post :comment