From 4926996e8e35b6687e9bc7540ab4396edebb1c5e Mon Sep 17 00:00:00 2001 From: Matchu Date: Sat, 11 Nov 2023 15:13:47 -0800 Subject: [PATCH] Oh, another unused route I deleted the unused controller but forgot the route! --- config/routes.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/config/routes.rb b/config/routes.rb index 018a302c..5f6c53e5 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -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],