diff --git a/config/routes.rb b/config/routes.rb index b2cd6c6..34ee42b 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -51,10 +51,6 @@ ActionController::Routing::Routes.draw do |map| # search map.connect 'search/:action/*category_path', :controller => 'search' - # Browse - map.connect 'browse/:action/:filter', :controller => 'browse' - map.connect 'browse/:action', :controller => 'browse' - # events map.events 'profile/:profile/events_by_day', :controller => 'events', :action => 'events_by_day', :profile => /#{Noosfero.identifier_format}/ map.events 'profile/:profile/events/:year/:month/:day', :controller => 'events', :action => 'events', :year => /\d*/, :month => /\d*/, :day => /\d*/, :profile => /#{Noosfero.identifier_format}/ -- libgit2 0.21.2