From f2c98c76978ff869d65e6a955f9a0f4a4269d04f Mon Sep 17 00:00:00 2001 From: Matchu Date: Wed, 17 Nov 2010 00:19:02 -0500 Subject: [PATCH] remove old routes to not throw off will_paginate --- config/routes.rb | 3 --- 1 file changed, 3 deletions(-) diff --git a/config/routes.rb b/config/routes.rb index 34a7b2fd..0d515229 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -1,9 +1,6 @@ OpenneoImpressItems::Application.routes.draw do |map| root :to => 'outfits#new' - match '/index.js' => 'items#index', :format => :js - match '/items.json' => 'items#index', :format => :json - match '/item_zone_sets.js' => 'ItemZoneSets#index' match '/item_zone_sets.json' => 'ItemZoneSets#index' match '/bodies/:body_id/swf_assets.json' => 'swf_assets#index', :as => :body_swf_assets