diff --git a/config/routes.rb b/config/routes.rb index b0ce8bbdfa2eb0cd55adfbf060567a68a20a66a7..12dd20ba7826527aad737921c9175ce72fe69fa6 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -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'