change that profile url to something I like slightly better

This commit is contained in:
Maxwell Salzberg 2011-09-24 23:44:21 -07:00
parent 049eb74ab2
commit 95ad709324

View file

@ -52,7 +52,6 @@ Diaspora::Application.routes.draw do
delete "tag_followings" => "tag_followings#destroy"
end
get '/user_photo/:username' => 'users#user_photo'
# get "tag_followings" => "tag_followings#index", :as => 'tag_followings'
@ -119,7 +118,7 @@ Diaspora::Application.routes.draw do
end
end
get '/u/:username' => 'people#show', :as => 'user_profile'
get '/u/:username/profile_photo' => 'users#user_photo'
# Federation