pools: remove pool element destroy action.
This endpoint was for removing a single post from a pool. This wasn't used anywhere within Danbooru.
This commit is contained in:
@@ -182,7 +182,7 @@ Rails.application.routes.draw do
|
||||
end
|
||||
resource :order, :only => [:edit], :controller => "pool_orders"
|
||||
end
|
||||
resource :pool_element, :only => [:create, :destroy]
|
||||
resource :pool_element, :only => [:create]
|
||||
resources :pool_versions, :only => [:index] do
|
||||
member do
|
||||
get :diff
|
||||
|
||||
Reference in New Issue
Block a user