implementation in progress
This commit is contained in:
parent
51f9ba0206
commit
7475a40775
4 changed files with 12 additions and 2 deletions
|
|
@ -154,6 +154,8 @@ Osem::Application.routes.draw do
|
|||
end
|
||||
end
|
||||
resources :conferences, only: [:index, :show] do
|
||||
get 'live_events', to: 'conferences#live_events'
|
||||
|
||||
resources :booths do
|
||||
member do
|
||||
patch :withdraw
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue