Applying fix as suggested by duke

This commit is contained in:
Thomas R. Koll 2010-12-30 00:05:23 +01:00
parent 154fa77bd6
commit 6ea9b36cc9

View file

@ -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'