mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Merge pull request #1014 from nishanthvijayan/remove-dead-routes
Remove routes of Speakers,People and Photos controllers
This commit is contained in:
commit
e94b766bea
1 changed files with 0 additions and 3 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue