1
0
Fork 0
forked from OpenNeo/impress

Oh, another unused route

I deleted the unused controller but forgot the route!
This commit is contained in:
Emi Matchu 2023-11-11 15:13:47 -08:00
parent e22809deb3
commit 4926996e8e

View file

@ -15,7 +15,6 @@ OpenneoImpressItems::Application.routes.draw do
end
end
resources :outfits, :only => [:show, :create, :update, :destroy]
resources :pet_attributes, :only => [:index]
scope 'import' do
resources :neopets_page_import_tasks, only: [:new, :create],