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:
authordanielgrippi <danielgrippi@gmail.com>2011-07-14 06:40:08 +0400
committerRaphael Sofaer <raphael@joindiaspora.com>2011-07-22 05:22:17 +0400
commit509a435cc9c6b608923b3a03347584bda76be5e7 (patch)
tree8aae4415231320a0b0d0777a1093235cdce1cfb8 /config
parent7b3180e5da4a6dab67e543f237b3a9b6de1bc72f (diff)
moving to not including the post in the reshare xml
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 dca33bae5..42ff03d3f 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -18,7 +18,7 @@ Diaspora::Application.routes.draw do
resources :likes, :only => [:create, :destroy, :index]
resources :comments, :only => [:create, :destroy, :index]
end
- get 'p/:id' => 'publics#post', :as => 'public_post'
+ get 'p/:guid' => 'publics#post', :as => 'public_post'
# roll up likes into a nested resource above
resources :comments, :only => [:create, :destroy] do