fixes to tag alias cache expiration, improved instructions for sign up

This commit is contained in:
albert
2013-03-13 12:15:56 -04:00
parent b40df085d6
commit 656d591806
12 changed files with 47 additions and 33 deletions

View File

@@ -159,7 +159,6 @@ Danbooru::Application.routes.draw do
resources :tag_aliases do
resource :correction, :only => [:new, :create, :show], :controller => "TagAliasCorrections"
member do
delete :cache
post :approve
end
collection do
@@ -304,6 +303,7 @@ Danbooru::Application.routes.draw do
match "/static/mrtg" => "static#mrtg", :as => "mrtg"
match "/static/contact" => "static#contact", :as => "contact"
match "/static/benchmark" => "static#benchmark"
match "/static/name_change" => "static#name_change", :as => "name_change"
root :to => "posts#index"
end