Commit 99105ec25bb91da5dd12ec8da280976e6c346762
1 parent
b45eb837
Exists in
master
and in
29 other branches
ActionItem410: fixing test
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@1911 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
config/routes.rb
... | ... | @@ -31,7 +31,7 @@ ActionController::Routing::Routes.draw do |map| |
31 | 31 | map.tag 'tag/:tag', :controller => 'search', :action => 'tag' |
32 | 32 | # categories index |
33 | 33 | map.category 'cat/*category_path', :controller => 'search', :action => 'category_index' |
34 | - map.assets 'assets/:asset/*category_path', :controller => 'search', :action => 'index' | |
34 | + map.assets 'assets/:asset/*category_path', :controller => 'search', :action => 'assets' | |
35 | 35 | map.directory 'directory/:asset/:initial/*category_path', :controller => 'search', :action => 'directory' |
36 | 36 | # search |
37 | 37 | map.connect 'search/:action/*category_path', :controller => 'search' | ... | ... |