add form for bulk action

organizer can select a booth and perform action on all booth
This commit is contained in:
Rahul 2019-08-13 16:48:32 +05:30
parent 8b2f2b538e
commit fed2d8e089
5 changed files with 77 additions and 50 deletions

View file

@ -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