To be able to post to root via is now needed

This commit is contained in:
Santiago Pastorino
2013-02-20 21:15:45 -02:00
committed by Carlos Antonio da Silva
parent aca7e5d162
commit 135c8da390

View File

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