Add route and sidebar entry for booth type

This commit is contained in:
Rishabh Singh 2019-08-17 18:12:22 +05:30
parent 7dd9780c84
commit 3c5703cdc6
2 changed files with 5 additions and 0 deletions

View file

@ -95,6 +95,7 @@ Osem::Application.routes.draw do
end
end
resources :event_types
resources :booth_types
resources :difficulty_levels
post 'mass_upload_commercials' => 'commercials#mass_upload'
resources :events do