mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Ajaxify booth responsibles selectize interface
No need to load *all* users into a select input...
This commit is contained in:
parent
800bb28c34
commit
2e21079991
4 changed files with 77 additions and 29 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue