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-05-26 04:22:36 +0400
committerRaphael Sofaer <raphael@joindiaspora.com>2011-07-22 05:22:17 +0400
commit06f886ad770d95b7396a068ad15c153c624632d9 (patch)
tree5fd3f8170d4a0a7b39d1709164d83ec8007f9253 /config
parentbf59bf1c726d611af600cc1b6735e1122db71694 (diff)
WIP reshare
Diffstat (limited to 'config')
-rw-r--r--config/routes.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb
index 9b792f21e..dca33bae5 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -6,6 +6,8 @@ Diaspora::Application.routes.draw do
# Posting and Reading
+ resources :reshares
+
resources :aspects do
put :toggle_contact_visibility
end