app: update code to Rails 6.1
This commit is contained in:
parent
de9fab701a
commit
5990439ab7
25 changed files with 310 additions and 87 deletions
|
@ -1,4 +1,6 @@
|
|||
Rails.application.routes.draw do
|
||||
# For details on the DSL available within this file, see https://guides.rubyonrails.org/routing.html
|
||||
|
||||
get '/saml/auth' => 'saml_idp#new'
|
||||
post '/saml/auth' => 'saml_idp#create'
|
||||
get '/saml/metadata' => 'saml_idp#metadata'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue