remove old routes to not throw off will_paginate
This commit is contained in:
parent
6903752933
commit
f2c98c7697
1 changed files with 0 additions and 3 deletions
|
@ -1,9 +1,6 @@
|
||||||
OpenneoImpressItems::Application.routes.draw do |map|
|
OpenneoImpressItems::Application.routes.draw do |map|
|
||||||
root :to => 'outfits#new'
|
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 '/item_zone_sets.json' => 'ItemZoneSets#index'
|
||||||
|
|
||||||
match '/bodies/:body_id/swf_assets.json' => 'swf_assets#index', :as => :body_swf_assets
|
match '/bodies/:body_id/swf_assets.json' => 'swf_assets#index', :as => :body_swf_assets
|
||||||
|
|
Loading…
Reference in a new issue