remove old routes to not throw off will_paginate

This commit is contained in:
Emi Matchu 2010-11-17 00:19:02 -05:00
parent 6903752933
commit f2c98c7697

View file

@ -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