diff --git a/config/routes.rb b/config/routes.rb index 08b1f6f55..3a4cb4393 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -6,7 +6,7 @@ Diaspora::Application.routes.draw do |map| resources :comments resources :requests - match 'warzombie', :to => "dashboard#warzombie" + match 'warzombie', :to => "dashboards#warzombie" #routes for devise, not really sure you will need to mess with this in the future, lets put default, #non mutable stuff in anohter file