diff --git a/config/routes.rb b/config/routes.rb index 7405914..a4e377f 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -9,8 +9,6 @@ ActionController::Routing::Routes.draw do |map| map.resources :algorithms map.connect "/questions/:question_id/prompts/:id/vote/:index", :controller => 'prompts', :action => 'vote' - map.root :controller => "home" - map.learn '/learn', :controller => 'home', :action => 'learn' -- libgit2 0.21.2