mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Update routes.rb
removed index get '/stats' => 'stats#index' as it references to a non-existent statscontroller
This commit is contained in:
parent
a9fb07cadb
commit
72c068203b
1 changed files with 0 additions and 1 deletions
|
|
@ -27,7 +27,6 @@ Osem::Application.routes.draw do
|
|||
resource :schedule, only: [:show, :update]
|
||||
get 'commercials/render_commercial' => 'commercials#render_commercial'
|
||||
resources :commercials, only: [:index, :create, :update, :destroy]
|
||||
get '/stats' => 'stats#index'
|
||||
get '/dietary_choices' => 'dietchoices#show', as: 'dietary_list'
|
||||
patch '/dietary_choices' => 'dietchoices#update', as: 'dietary_update'
|
||||
get '/volunteers_list' => 'volunteers#show'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue