Applying fix as suggested by duke
This commit is contained in:
parent
154fa77bd6
commit
6ea9b36cc9
1 changed files with 1 additions and 1 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in a new issue