mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Fix program routing outside of Admin
We don't have ProgramsController so we can't have routes for it
This commit is contained in:
parent
02487be6fb
commit
30e10a4e40
1 changed files with 1 additions and 1 deletions
|
|
@ -96,7 +96,7 @@ Osem::Application.routes.draw do
|
|||
end
|
||||
|
||||
resources :conference, only: [:index, :show] do
|
||||
resource :program, except: :destroy do
|
||||
resource :program, only: [] do
|
||||
resources :proposal, except: :destroy do
|
||||
get 'commercials/render_commercial' => 'commercials#render_commercial'
|
||||
resources :commercials, only: [:create, :update, :destroy]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue