parent
a8b94c13f3
commit
22cc5e4f14
12 changed files with 190 additions and 13 deletions
|
|
@ -9,6 +9,7 @@ Osem::Application.routes.draw do
|
|||
resources :people
|
||||
resources :conference do
|
||||
resource :contact, except: [:index, :new, :create, :show, :destroy]
|
||||
resources :photos, except: [:show]
|
||||
resource :schedule, only: [:show, :update]
|
||||
resources :commercials, except: [:show]
|
||||
get '/stats' => 'stats#index'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue