app: update code to Rails 6.1

This commit is contained in:
Pierre de La Morinerie 2021-02-16 15:14:43 +00:00
parent de9fab701a
commit 5990439ab7
25 changed files with 310 additions and 87 deletions

View file

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