From 427c33aee1b24358b6068d8f82fe0269fad00efc Mon Sep 17 00:00:00 2001 From: Alinson Santos Date: Sun, 2 Mar 2008 20:25:36 -0300 Subject: [PATCH] Bugfix --- lib/authentication_system.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/authentication_system.rb b/lib/authentication_system.rb index 689acd8..e894b5a 100644 --- a/lib/authentication_system.rb +++ b/lib/authentication_system.rb @@ -57,7 +57,7 @@ module AuthenticationSystem session[:return_to] = nil redirect_to return_to else - redirect_to '/' + redirect_to index_url end end