mirror of
https://github.com/heartcombo/devise.git
synced 2026-04-28 03:00:29 -04:00
To be able to post to root via is now needed
This commit is contained in:
committed by
Carlos Antonio da Silva
parent
aca7e5d162
commit
135c8da390
@@ -96,5 +96,5 @@ Rails.application.routes.draw do
|
||||
get "/unauthenticated", :to => "home#unauthenticated"
|
||||
get "/custom_strategy/new"
|
||||
|
||||
root :to => "home#index"
|
||||
root :to => "home#index", :via => [:get, :post]
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user