Fix accepting terms of service not working

This commit is contained in:
Toks
2014-04-28 16:05:45 -04:00
parent 0cba44e3bf
commit d1c0b5a6cf

View File

@@ -361,7 +361,7 @@ Rails.application.routes.draw do
get "/static/bookmarklet" => "static#bookmarklet", :as => "bookmarklet"
get "/static/site_map" => "static#site_map", :as => "site_map"
get "/static/terms_of_service" => "static#terms_of_service", :as => "terms_of_service"
get "/static/accept_terms_of_service" => "static#accept_terms_of_service", :as => "accept_terms_of_service"
post "/static/accept_terms_of_service" => "static#accept_terms_of_service", :as => "accept_terms_of_service"
get "/static/mrtg" => "static#mrtg", :as => "mrtg"
get "/static/contact" => "static#contact", :as => "contact"
get "/static/benchmark" => "static#benchmark"