Event schedule controller pluralized
This commit is contained in:
parent
33e9c86214
commit
c469f4f415
3 changed files with 3 additions and 3 deletions
|
|
@ -23,7 +23,7 @@ Osem::Application.routes.draw do
|
|||
resources :conference do
|
||||
resource :contact, except: [:index, :new, :create, :show, :destroy]
|
||||
resources :schedules, only: [:index, :create, :show, :update, :destroy]
|
||||
resources :event_schedule, only: [:create, :update, :destroy]
|
||||
resources :event_schedules, only: [:create, :update, :destroy]
|
||||
get 'commercials/render_commercial' => 'commercials#render_commercial'
|
||||
resources :commercials, only: [:index, :create, :update, :destroy]
|
||||
get '/volunteers_list' => 'volunteers#show'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue