Rollback routes OPTIONS change [ci skip]

This commit is contained in:
Artem Chernikov 2014-07-07 16:10:21 +02:00
parent 460f763be5
commit f58fba3f71

View file

@ -114,6 +114,6 @@ Osem::Application.routes.draw do
get "/admin" => redirect("/admin/conference")
root :to => "home#index", :via => [:get, :options]
root :to => "home#index"
end