From 740c57f0adea538edfdcc3df8840ac9b83a36133 Mon Sep 17 00:00:00 2001 From: Nishanth Vijayan Date: Fri, 27 May 2016 01:22:41 +0530 Subject: [PATCH] Remove routes of Speakers,People and Photos controllers --- config/routes.rb | 3 --- 1 file changed, 3 deletions(-) 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