add form for bulk action
organizer can select a booth and perform action on all booth
This commit is contained in:
parent
8b2f2b538e
commit
fed2d8e089
5 changed files with 77 additions and 50 deletions
|
|
@ -58,6 +58,7 @@ Osem::Application.routes.draw do
|
|||
patch :confirm
|
||||
end
|
||||
end
|
||||
post '/booths_state' => 'booths#booths_state'
|
||||
|
||||
resources :registrations, except: [:create, :new] do
|
||||
member do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue