Ajaxify booth responsibles selectize interface

No need to load *all* users into a select input...
This commit is contained in:
Henne Vogelsang 2022-02-16 14:07:23 +01:00
parent 800bb28c34
commit 2e21079991
No known key found for this signature in database
GPG key ID: 97DDB66BDAF8D4D6
4 changed files with 77 additions and 29 deletions

View file

@ -16,6 +16,9 @@ Osem::Application.routes.draw do
end
resources :users, except: [:new, :index, :create, :destroy] do
collection do
get :search
end
resources :openids, only: :destroy
end