We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 178de48 commit 13c8127Copy full SHA for 13c8127
config/routes.rb
@@ -1,5 +1,5 @@
1
Rails.application.routes.draw do
2
-
+
3
direct(:login) { '/auth/calnet' } # convenience to provide login_url helper
4
get '/logout', to: 'auth#logout', as: :logout
5
get '/auth/:provider/callback', to: 'auth#callback', as: :omniauth_callback
0 commit comments