Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorMaxwell Salzberg <maxwell@joindiaspora.com>2011-07-30 05:37:46 +0400
committerMaxwell Salzberg <maxwell@joindiaspora.com>2011-07-30 05:53:46 +0400
commitd55a21c4587d8f2e547f758182f7a611a55d828c (patch)
tree1d48099cd91509c502d08efd758b23e4256b0d31 /config
parentd407be036e20e332db2bc33954cb749a26b1e212 (diff)
just kidding. totally going to namespace users
Diffstat (limited to 'config')
-rw-r--r--config/routes.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/routes.rb b/config/routes.rb
index d1f8260cf..6080af18e 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -154,7 +154,7 @@ Diaspora::Application.routes.draw do
get 'mobile/toggle', :to => 'home#toggle_mobile', :as => 'toggle_mobile'
- get ':username' => 'people#show', :as => 'user_profile'
+ get '/u/:username' => 'people#show', :as => 'user_profile'
# Startpage
root :to => 'home#show'