diff --git a/config/routes.rb b/config/routes.rb index 4aeca5e9..b2180a8b 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -19,11 +19,9 @@ Osem::Application.routes.draw do namespace :admin do resources :users - resources :people resources :comments, only: [:index] resources :conference do resource :contact, except: [:index, :new, :create, :show, :destroy] - resources :photos, except: [:show] resource :schedule, only: [:show, :update] get 'commercials/render_commercial' => 'commercials#render_commercial' resources :commercials, only: [:index, :create, :update, :destroy] @@ -64,7 +62,6 @@ Osem::Application.routes.draw do patch :restart get :vote end - resource :speaker, only: [:edit, :update] end end