From 6ea9b36cc9381dd96e95bfb819a831db367e7694 Mon Sep 17 00:00:00 2001 From: "Thomas R. Koll" Date: Thu, 30 Dec 2010 00:05:23 +0100 Subject: [PATCH] Applying fix as suggested by duke --- config/routes.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/routes.rb b/config/routes.rb index e8b45c3ac..ec83d3f3a 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -35,7 +35,7 @@ Diaspora::Application.routes.draw do match 'getting_started_completed', :to => 'users#getting_started_completed' match 'users/export', :to => 'users#export' match 'users/export_photos', :to => 'users#export_photos' - match 'login', :to => 'users#sign_up' + match 'login' => redirect('/users/sign_in') resources :users, :except => [:create, :new, :show] match 'aspects/move_contact', :to => 'aspects#move_contact', :as => 'move_contact'