Commit 3c6a2941cb653d54761f91a3fbc3e3eb02b9e743
1 parent
3960dbb8
Exists in
master
and in
28 other branches
Removing unused route
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
config/routes.rb
... | ... | @@ -48,7 +48,6 @@ ActionController::Routing::Routes.draw do |map| |
48 | 48 | # categories index |
49 | 49 | map.category 'cat/*category_path', :controller => 'search', :action => 'category_index' |
50 | 50 | map.assets 'assets/:asset/*category_path', :controller => 'search', :action => 'assets' |
51 | - map.directory 'directory/:asset/:initial/*category_path', :controller => 'search', :action => 'directory' | |
52 | 51 | # search |
53 | 52 | map.connect 'search/:action/*category_path', :controller => 'search' |
54 | 53 | ... | ... |