We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 990acb4 commit 46fd420Copy full SHA for 46fd420
config/routes.rb
@@ -2,7 +2,7 @@
2
get "/sign_in" => "authentications#sign_in", as: :sign_in
3
get "/sign_out" => "authentications#sign_out", as: :sign_out
4
5
- get '/auth/:provider/callback' => 'authentications#create'
+ match '/auth/:provider/callback' => 'authentications#create', via: :all
6
get '/auth/failure' => 'authentications#failure'
7
8
resources :authentications, only: [:create]
0 commit comments