Refactoring Conference Basics #384
This commit is contained in:
parent
ac25561523
commit
a8b94c13f3
13 changed files with 309 additions and 109 deletions
|
|
@ -8,7 +8,7 @@ Osem::Application.routes.draw do
|
|||
resources :users
|
||||
resources :people
|
||||
resources :conference do
|
||||
resource :contact, except: [:index, :new, :create]
|
||||
resource :contact, except: [:index, :new, :create, :show, :destroy]
|
||||
resource :schedule, only: [:show, :update]
|
||||
resources :commercials, except: [:show]
|
||||
get '/stats' => 'stats#index'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue