From 95ad70932458bc103363b87c93dd9329cdf32c26 Mon Sep 17 00:00:00 2001 From: Maxwell Salzberg Date: Sat, 24 Sep 2011 23:44:21 -0700 Subject: [PATCH] change that profile url to something I like slightly better --- config/routes.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config/routes.rb b/config/routes.rb index f6ff5090c..4c72ff89b 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -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