fixed pool deletion logic

This commit is contained in:
albert
2012-03-15 18:26:39 -04:00
parent 1736ed17a9
commit 779d83e253
7 changed files with 48 additions and 8 deletions

View File

@@ -116,6 +116,7 @@ Danbooru::Application.routes.draw do
end
member do
put :revert
post :undelete
end
resource :order, :only => [:edit, :update], :controller => "PoolOrders"
end