From 8d525f2d4f63c56d82520f83fe442fd5d16ce160 Mon Sep 17 00:00:00 2001 From: ilya Date: Tue, 13 Jul 2010 11:27:05 -0700 Subject: [PATCH] fixed warzombie --- config/routes.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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