Merge branch 'master' of github.com:diaspora/diaspora

This commit is contained in:
Raphael 2010-09-15 23:01:25 -07:00
commit da51d35001

View file

@ -31,6 +31,7 @@ Diaspora::Application.routes.draw do
match 'logout', :to => 'devise/sessions#destroy', :as => "destroy_user_session"
match 'signup', :to => 'registrations#new', :as => "new_user_registration"
match 'get_to_the_choppa', :to => redirect("/signup")
#public routes
#
match 'webfinger', :to => 'publics#webfinger'