Merge fe70bbaa5d into 39f527627b
This commit is contained in:
commit
12e6ee380c
1 changed files with 2 additions and 1 deletions
|
|
@ -9,7 +9,8 @@ Osem::Application.routes.draw do
|
||||||
resources :people
|
resources :people
|
||||||
resources :conference do
|
resources :conference do
|
||||||
get "/schedule" => "schedule#show"
|
get "/schedule" => "schedule#show"
|
||||||
patch "/schedule" => "schedule#update"
|
# FIXME 'Patch' route for schedule does not work
|
||||||
|
put "/schedule" => "schedule#update"
|
||||||
get "/stats" => "stats#index"
|
get "/stats" => "stats#index"
|
||||||
get "/venue" => "venue#show", :as => "venue_info"
|
get "/venue" => "venue#show", :as => "venue_info"
|
||||||
patch "/venue" => "venue#update", :as => "venue_update"
|
patch "/venue" => "venue#update", :as => "venue_update"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue