fix routes

This commit is contained in:
r888888888
2013-04-14 22:36:42 -07:00
parent 7544949353
commit fb3ea45537

View File

@@ -22,8 +22,6 @@ Danbooru::Application.routes.draw do
post :expunge
post :delete
post :undelete
post :ban
post :unban
end
end
end
@@ -141,6 +139,8 @@ Danbooru::Application.routes.draw do
member do
put :revert
get :show_seq
post :ban
post :unban
end
end
resources :post_appeals, :only => [:new, :index, :create]