Add LDAP user index

This commit is contained in:
2020-11-07 16:50:26 +01:00
parent 20a8102032
commit 259856a033
9 changed files with 90 additions and 2 deletions

View File

@@ -1,4 +1,5 @@
Rails.application.routes.draw do
get 'ldap_users', to: 'ldap_users#index'
root to: 'welcome#index'
# For details on the DSL available within this file, see https://guides.rubyonrails.org/routing.html
end