correction mentioned by hound
This commit is contained in:
parent
cb8f4ccd2e
commit
8e31dd04d7
2 changed files with 1 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
class ConferencesController < ApplicationController
|
class ConferencesController < ApplicationController
|
||||||
def show
|
def show
|
||||||
@conference = Conference.find_by_title(params[:format])
|
@conference = Conference.find_by_title(params[:format])
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,6 @@ Osem::Application.routes.draw do
|
||||||
resources :users
|
resources :users
|
||||||
resources :people
|
resources :people
|
||||||
resources :conference do
|
resources :conference do
|
||||||
get "conferences/(:title)" => "conferences#show"
|
|
||||||
get "/schedule" => "schedule#show"
|
get "/schedule" => "schedule#show"
|
||||||
put "/schedule" => "schedule#update"
|
put "/schedule" => "schedule#update"
|
||||||
get "/stats" => "stats#index"
|
get "/stats" => "stats#index"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue