Take out async controller until we actually put it in the app

This commit is contained in:
Raphael 2010-09-23 12:19:28 -07:00
parent af91eb51b4
commit cfe019d7a9

View file

@ -33,7 +33,6 @@ Diaspora::Application.routes.draw do
match 'signup', :to => 'registrations#new', :as => "new_user_registration"
match 'get_to_the_choppa', :to => redirect("/signup")
match "/finger", :to => AsyncController
#public routes
#
match 'webfinger', :to => 'publics#webfinger'