fix from rebase
This commit is contained in:
parent
f169049003
commit
c9d608175b
1 changed files with 1 additions and 0 deletions
|
|
@ -15,6 +15,7 @@ Osem::Application.routes.draw do
|
||||||
delete :remove_user
|
delete :remove_user
|
||||||
end
|
end
|
||||||
resource :contact, except: [:index, :new, :create]
|
resource :contact, except: [:index, :new, :create]
|
||||||
|
resources :photos, except: [:show]
|
||||||
resource :schedule, only: [:show, :update]
|
resource :schedule, only: [:show, :update]
|
||||||
resources :commercials, except: [:show]
|
resources :commercials, except: [:show]
|
||||||
get '/stats' => 'stats#index'
|
get '/stats' => 'stats#index'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue