added show page for custom domain
This commit is contained in:
parent
ec435b6503
commit
364adffdab
4 changed files with 86 additions and 0 deletions
|
|
@ -32,6 +32,9 @@ Osem::Application.routes.draw do
|
|||
end
|
||||
resources :comments, only: [:index]
|
||||
resources :conferences do
|
||||
member do
|
||||
get :custom_domain
|
||||
end
|
||||
resource :contact, except: [:index, :new, :create, :show, :destroy]
|
||||
resources :schedules, only: [:index, :create, :show, :update, :destroy]
|
||||
resources :event_schedules, only: [:create, :update, :destroy]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue